Commit 6d09e0d28d8d8166edb7ddc8680e50d2e9d37a79
1 parent
f8a100b8dc
Exists in
master
Clarified readme for windows
Showing 1 changed file with 2 additions and 0 deletions Inline Diff
README.md
View file @
6d09e0d
Flashy requires Python 2. Srsly | 1 | 1 | Flashy requires Python 2. Srsly | |
2 | 2 | |||
All of these commands should be run from this directory (the one containing README.md) | 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 | ||||
Install virtualenv before continuing. This is most easily accomplished with: | 5 | 7 | Install virtualenv before continuing. This is most easily accomplished with: | |
6 | 8 | |||
pip install virtualenv | 7 | 9 | pip install virtualenv | |
8 | 10 | |||
Set up the environment by running: | 9 | 11 | Set up the environment by running: | |
10 | 12 | |||
scripts/setup.sh | 11 | 13 | scripts/setup.sh | |
12 | 14 | |||
If you get errors about a module not being found, make sure you are working in the virtualenv. To enter the venv: | 13 | 15 | If you get errors about a module not being found, make sure you are working in the virtualenv. To enter the venv: | |
14 | 16 | |||
. venv/bin/activate | 15 | 17 | . venv/bin/activate | |
16 | 18 |