Go to file
Bertrand Benjamin 3da07e3c6e Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +02:00
tools Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +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/