Updates
This commit is contained in:
3
shell/1b-Install virtualenv.sh
Executable file
3
shell/1b-Install virtualenv.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
pip install virtualenv
|
||||
python3 -m venv env
|
||||
9
shell/1c-InstallPackets.sh
Executable file
9
shell/1c-InstallPackets.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Активируем виртуальное окружение
|
||||
source env/bin/activate
|
||||
pip install --upgrade pip
|
||||
|
||||
pip install -r r.txt
|
||||
|
||||
# Отключаем виртуальное окружение
|
||||
deactivate
|
||||
3
shell/r.txt
Normal file
3
shell/r.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Flask
|
||||
Flask-Compress
|
||||
gunicorn
|
||||
Reference in New Issue
Block a user