We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319e49c + be8440b commit 859ec7cCopy full SHA for 859ec7c
README.md
@@ -6,15 +6,15 @@ These scripts are designed to be run from PythonAnywhere consoles
6
## Installing
7
8
9
- pip3.6 install --user pythonanywhere
+ pip3.5 install --user pythonanywhere
10
11
12
## Contributing
13
14
Pull requests are welcome! You'll find tests in the [tests](tests) folder...
15
16
# prep your dev environment
17
- mkvirtualenv --python=python3.6 helper_scripts
+ mkvirtualenv --python=python3.5 helper_scripts
18
pip install -r requirements.txt
19
pip install -e .
20
0 commit comments