|
|
2 years ago | |
|---|---|---|
| src | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| requirements.txt | 2 years ago |
Requirements: python version 3.9 or higher, and venv, eg.: python3.9-venv
Clone the repository and run from the root:
python3.9 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt