helper/readme.md
2022-01-14 16:58:35 +04:00

90 B

mkdir venv

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt