|
|
пре 2 година | |
|---|---|---|
| src | пре 2 година | |
| .gitignore | пре 2 година | |
| README.md | пре 2 година | |
| requirements.txt | пре 2 година |
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