Update
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
|
||||
|
||||
### venv
|
||||
|
||||
On crée un dossier pour regrouper tous les environnements virtuels:
|
||||
|
||||
```bash
|
||||
@@ -138,3 +140,16 @@ Le module installé dans l'environnement virtuel est disponible UNIQUEMENT dans
|
||||
|
||||
[https://docs.python.org/fr/3/library/venv.html](https://docs.python.org/fr/3/library/venv.html)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### pyvenv
|
||||
|
||||
#### Installer des modules pour un projet:
|
||||
|
||||
```bash
|
||||
cd myproject
|
||||
pipenv install requests
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user