Ir para arquivo
Bertrand Benjamin 2ea181b793
continuous-integration/drone/push Build is passing Detalhes
Fix: week program path
2020-08-05 14:02:34 +02:00
1ST Fix: week program path 2020-08-05 14:02:34 +02:00
Formations Import all 2020-05-05 09:53:14 +02:00
SNT Feat: 3e étape pour réseaux sociaux 2020-06-03 08:58:03 +02:00
TES Fix: week program path 2020-08-05 14:02:34 +02:00
Tsti2d Fix: week program path 2020-08-05 14:02:34 +02:00
tools Import all 2020-05-05 09:53:14 +02:00
.drone.yml Fix: good year! 2020-08-05 14:00:06 +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 Feat: add badge and correct name 2020-08-04 15:58:33 +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

Build Status

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/