helper/readme.md

7 lines
90 B
Markdown
Raw Normal View History

2022-01-14 16:58:35 +04:00
mkdir venv
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt