Go to file
Bertrand Benjamin be046c0cd5 Feat: Cours et début des exo sur poly deg 3 2020-05-08 18:27:20 +02:00
1ST Feat: Cours et début des exo sur poly deg 3 2020-05-08 18:27:20 +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: presque fin du chapitre sur Log pour TESL 2020-05-08 12:05:41 +02:00
Tsti2d Feat: Suite du chapitre sur les limites pour les Tsti2d 2020-05-08 11:28:40 +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/