Site Tools


informatique:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
informatique:python [2024/12/13 21:11] yahikoinformatique:python [2025/12/16 19:42] (current) yahiko
Line 14: Line 14:
 python -m venv undossier python -m venv undossier
 .\undossier\Scripts\activate .\undossier\Scripts\activate
 +</code>
 +
 +===== pip =====
 +
 +==== Générer requirements.txt ====
 +
 +<code bash>
 +pip freeze > requierements.txt
 +</code>
 +
 +==== Installer depuis requierements.txt ====
 +
 +<code bash>
 +pip install -r requierements.txt
 </code> </code>
  
informatique/python.txt · Last modified: by yahiko