Go to file
Bertrand Benjamin 26a4f840f4 Feat: Lien et description de la suite 2020-05-12 09:29:11 +02:00
1ST Feat: Lien et description de la suite 2020-05-12 09:29:11 +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: ajout de la vidéo et enlève l'integration 2020-05-11 09:58:00 +02:00
Tsti2d Feat: QF pour les Tsti2d 2020-05-10 10:20:13 +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/