Commit 36914460243a81e9b436947c1917d999d1128257
1 parent
997ba418
Exists in
dev
requirements 3.6
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
install/install.py
... | ... | @@ -17,8 +17,8 @@ SQL_USER = "pyros" |
17 | 17 | SQL_PSWD = "DjangoPyros" |
18 | 18 | MYSQL_EXE_PATH = "" |
19 | 19 | |
20 | -# Set here REQUIREMENTS.3.7.txt if you are using python 3.7 | |
21 | -REQUIREMENTS = 'REQUIREMENTS.3.7.txt' | |
20 | +REQUIREMENTS = 'REQUIREMENTS.3.6.txt' | |
21 | +#REQUIREMENTS = 'REQUIREMENTS.3.7.txt | |
22 | 22 | END_OF_LINE = '\n\n' |
23 | 23 | VENV_BIN = '/bin/' |
24 | 24 | WINDOWS = False | ... | ... |