Skip to content

ArmandArthur/formation_python_projet_4_gestionnaire_echecs

Repository files navigation

Gestionnaire de tournoi d'échec

Installer un virtual env:

https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments

Installer les dépendances:

pip install -r requirements.txt
ou
pip3 install -r requirements.txt

Lancer le programme:

cd formation_python_projet_4_gestionnaire_echecs
py app_router.py (windows)
python3 app_router.py (linux)

Installer et run flake8:

pip3 install flake8
(y ajouter l'environnement virtuel)
flake8 --ouput-file=repport.txt