4 lines
93 B
Bash
4 lines
93 B
Bash
python -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
python run.py
|