Add screen package
This commit is contained in:
parent
baf266ffd3
commit
8af8ddbde5
@ -2,7 +2,8 @@
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade
|
apt upgrade
|
||||||
|
|
||||||
apt-get install python3 python3-pip python3-venv unzip gawk
|
apt-get install python3 python3-pip python3-venv unzip gawk screen
|
||||||
|
screen -S generate_data
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source ./env/bin/activate
|
source ./env/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user