Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pip install pattern
```

If none of the above works, you can make Python aware of the module in three ways:
- Put the pattern folder in the same folder as your script.
- Put the pattern folder in the same location as your script.
- Put the pattern folder in the standard location for modules so it is available to all scripts:
* `c:\python26\Lib\site-packages\` (Windows),
* `/Library/Python/2.6/site-packages/` (Mac OS X),
Expand Down