Skip to content

Commit be8440b

Browse files
Downgrade to match hashbangs
1 parent 319e49c commit be8440b

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)