252 B
252 B
#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