You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bertrand Benjamin 2ea181b793 Fix: week program path 3 years ago
1ST Fix: week program path 3 years ago
Formations Import all 3 years ago
SNT Feat: 3e étape pour réseaux sociaux 3 years ago
TES Fix: week program path 3 years ago
Tsti2d Fix: week program path 3 years ago
tools Import all 3 years ago
.drone.yml Fix: good year! 3 years ago
.gitignore Feat: init git repo 3 years ago
Makefile Import all 3 years ago
README.md Feat: add badge and correct name 3 years ago
config.fish Import all 3 years ago
config.sh Import all 3 years ago
index.rst Import all 3 years ago
recoconfig.yml Import all 3 years ago
requirements.txt Import all 3 years ago

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/