Bertrand Benjamin 76be202a5c | ||
---|---|---|
1ST | ||
Formations | ||
SNT | ||
TES | ||
Tsti2d | ||
tools | ||
.gitignore | ||
Makefile | ||
README.md | ||
config.fish | ||
config.sh | ||
index.rst | ||
recoconfig.yml | ||
requirements.txt |
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/