Go to file
Bertrand Benjamin 611b2bf070 Feat: Fin du chapitre type E3C 2020-05-23 15:09:35 +02:00
1ST Feat: Fin du chapitre type E3C 2020-05-23 15:09:35 +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: programme de la semaine TESL 2020-05-23 10:51:09 +02:00
Tsti2d Feat: Programme de la semaine sur les limites 2020-05-23 11:24:14 +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/