setup python devenv
This commit is contained in:
parent
c976f527d3
commit
575692c984
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
notesvenv
|
||||
10
Projet_python.md
Normal file
10
Projet_python.md
Normal 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
|
||||
12
devoir
Normal file
12
devoir
Normal file
@ -0,0 +1,12 @@
|
||||
#DEVOIR
|
||||
|
||||
|
||||
##lire et relirer le cours
|
||||
|
||||
|
||||
##grabber a enrichir
|
||||
|
||||
|
||||
##(important)"massive online opensite" python
|
||||
|
||||
|
||||
16
requirements.txt
Normal file
16
requirements.txt
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user