git clone https://github.com/jogubo/oc-chessmanager.git
cd oc-chessmanager
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Launch this command:
python chessmanager/main.py
Then follow the instructions of the program
The report is available via an html file
flake-report/index.html
flake8 --format=html --htmldir=flake-report