Getting started Execute in current directory (Instructions for Windows) python3.11 -m venv .venv cd .venv/Scripts activate cd .. cd .. pip install poetry poetry install python main.py