- Python 3.8 Python3.10 (Virtualenv recommended)
- Optional: Poetry
- Optional: Nvidia CUDA for cuda usage
python -m venv .venv
pip install -r requirements.txt
source .venv/bin/activate
poetry shell
poetry install
- Prerequisites pip or poetry installation
pre-commit install -f --config .pre-commit-config.yaml
TBH