3 lines
75 B
Bash
3 lines
75 B
Bash
|
python3 -m venv env
|
||
|
source env/bin/activate
|
||
|
pip install -r requirements.txt
|