Go to file
Bertrand Benjamin bea0350c9c Feat: algo de seuil 2020-05-25 09:07:25 +02:00
1ST Feat: algo de seuil 2020-05-25 09:07:25 +02:00
Formations Import all 2020-05-05 09:53:14 +02:00
SNT Fix: Lien vers TP pandas 2020-05-20 08:54:26 +02:00
TES Feat: Fignollages pgm semaine 2020-05-24 18:22:54 +02:00
Tsti2d Feat: QF pour les Tsti2d 2020-05-23 17:21:51 +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/