11 lines
252 B
Markdown
11 lines
252 B
Markdown
#Projet python
|
|
|
|
Créer l'environnement virtuel
|
|
activer ...//.....//
|
|
Maj pip
|
|
installer les modules
|
|
pip freeze > requirements.txt
|
|
echo notesvenv >.gitignore
|
|
git add README.md .gitignore requirements.txt
|
|
git commit -m "setup python devenv" && git push
|