|
|
il y a 6 ans | |
|---|---|---|
| .. | ||
| README.md | il y a 6 ans | |
| config.yml | il y a 6 ans | |
| main.py | il y a 6 ans | |
| requirements.txt | il y a 6 ans | |
Install:
Setup virtual environment:
python3 -m venv .
Install dependencies:
./bin/pip3 install -r requirements.txt
Freeze dependencies:
./bin/pip3 freeze > requirements.txt