Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 592 Bytes

File metadata and controls

45 lines (36 loc) · 592 Bytes

Projet de session - IFT785 : Lucas ARIES et Terry TEMPESTINI

Configuration initiale

  1. Première installation :

    make venv
    source .venv/bin/activate
    make install
  2. Lancement :

    source .venv/bin/activate

Lancer l'application

make run

Lancer les tests

make test

Linting du code

make lint

Formatage automatique

make format

Nettoyer les fichiers temporaires et caches

make clean

Supprimer l'environnement virtuel

make clean-venv