|
|
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