setup python devenv

This commit is contained in:
Rayan Parenteau 2026-01-23 15:14:13 +01:00
parent c976f527d3
commit 575692c984
5 changed files with 40 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
notesvenv

10
Projet_python.md Normal file
View File

@ -0,0 +1,10 @@
#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

1
README.md Normal file
View File

@ -0,0 +1 @@
NOTE DES COURS AVEC FLO

12
devoir Normal file
View File

@ -0,0 +1,12 @@
#DEVOIR
##lire et relirer le cours
##grabber a enrichir
##(important)"massive online opensite" python

16
requirements.txt Normal file
View File

@ -0,0 +1,16 @@
click==8.3.1
ghp-import==2.1.0
Jinja2==3.1.6
Markdown==3.10.1
MarkupSafe==3.0.3
mergedeep==1.3.4
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
packaging==26.0
pathspec==1.0.3
platformdirs==4.5.1
python-dateutil==2.9.0.post0
PyYAML==6.0.3
pyyaml_env_tag==1.1
six==1.17.0
watchdog==6.0.0