Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 851 Bytes

File metadata and controls

30 lines (20 loc) · 851 Bytes

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