Linux:
python -m venv .venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
Windows:
python -m venv .venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
poetry install
poetry shell
python main.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|