Go to file
Bertrand Benjamin fe815b550e Feat: add examples and new exercises caracteristics 2020-08-11 17:21:57 +02:00
tools Feat: add examples and new exercises caracteristics 2020-08-11 17:21:57 +02:00
.drone.yml Feat: add drone 2020-08-07 18:35:16 +02:00
.gitignore Feat: add xsim file in gitignore 2020-08-11 17:21:38 +02:00
Makefile Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +02:00
README.md Feat: Début de l'année! 2020-08-07 18:04:18 +02:00
config.fish Feat: Début de l'année! 2020-08-07 18:04:18 +02:00
index.rst Feat: Début de l'année! 2020-08-07 18:04:18 +02:00
requirements.txt Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +02:00

README.md

Cours pour l'année 2019-2020

Build Status

Quand on arrive

  • Avec fish
source venv/bin/activate.fish
  • Avec un autre shell
source venv/bin/activate

Mise en place

  • Python
python -v venv venv
pip install -r requirements.txt
  • Git

Changement du répertoire des hameçons de git pour écrire de plus propres fichiers rst!

git config core.hooksPath ./tools/git/hooks/