Create virtual environment with either virtualenv or venv using python3.9. Then run pip install -r requirements.txt
to install dependencies.
Then run actual program with:
python main.py
Run below command to create virtual environment with poetry
poetry shell
To install dependencies
poetry install
If using Poetry's poetry run
, first run chmod +x main.py
to make file an executable.
Then run actual program with:
python main.py