Commit 6d09e0d28d8d8166edb7ddc8680e50d2e9d37a79
1 parent
f8a100b8dc
Exists in
master
Clarified readme for windows
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
README.md
View file @
6d09e0d
... | ... | @@ -2,6 +2,8 @@ |
2 | 2 | |
3 | 3 | All of these commands should be run from this directory (the one containing README.md) |
4 | 4 | |
5 | +Virtualenv for Windows creates a dir inexplicably named scripts rather than bin. So substitute venv/bin for venv/scripts if you are on Windows. | |
6 | + | |
5 | 7 | Install virtualenv before continuing. This is most easily accomplished with: |
6 | 8 | |
7 | 9 | pip install virtualenv |