Skip to content

Commit 859ec7c

Browse files
authored
Merge pull request #15 from Pilifer/downgrade
Downgrade to match hashbangs
2 parents 319e49c + be8440b commit 859ec7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ These scripts are designed to be run from PythonAnywhere consoles
66
## Installing
77

88

9-
pip3.6 install --user pythonanywhere
9+
pip3.5 install --user pythonanywhere
1010

1111

1212
## Contributing
1313

1414
Pull requests are welcome! You'll find tests in the [tests](tests) folder...
1515

1616
# prep your dev environment
17-
mkvirtualenv --python=python3.6 helper_scripts
17+
mkvirtualenv --python=python3.5 helper_scripts
1818
pip install -r requirements.txt
1919
pip install -e .
2020

0 commit comments

Comments
 (0)