python3.12+uvPackage Manager
curl -LsSf https://astral.sh/uv/install.sh | shmake installThis will:
- Create a virtual environment
.venv - Install all dependencies into it
- Install
flake8andmypy(included in the dependencies list)
make runIf you want to run the project in debug mode:
make debugWhen you run the project or mypy, some cache files will be created. To remove them:
make clean