Go to file
Bertrand Benjamin f069ab5a5c Feat: Programme de la semaine 21 pour les 1ST 2020-05-17 08:41:42 +02:00
1ST Feat: Programme de la semaine 21 pour les 1ST 2020-05-17 08:41:42 +02:00
Formations Import all 2020-05-05 09:53:14 +02:00
SNT Import all 2020-05-05 09:53:14 +02:00
TES Feat: Programme de la semaine pour les TESL 2020-05-17 08:39:10 +02:00
Tsti2d Fix: horaire visio mardi avec Tsti2d 2020-05-14 14:01:57 +02:00
tools Import all 2020-05-05 09:53:14 +02:00
.gitignore Feat: init git repo 2020-05-05 09:52:56 +02:00
Makefile Import all 2020-05-05 09:53:14 +02:00
README.md Import all 2020-05-05 09:53:14 +02:00
config.fish Import all 2020-05-05 09:53:14 +02:00
config.sh Import all 2020-05-05 09:53:14 +02:00
index.rst Import all 2020-05-05 09:53:14 +02:00
recoconfig.yml Import all 2020-05-05 09:53:14 +02:00
requirements.txt Import all 2020-05-05 09:53:14 +02:00

README.md

Cours pour l'année 2019-2020

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/