This commit is contained in:
2019-05-12 16:17:58 +02:00
parent 941984f1ee
commit afc8ff0845
24 changed files with 945 additions and 35 deletions

View File

@@ -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
```