16-03-2021

This commit is contained in:
2021-03-16 06:57:22 +01:00
parent fb07a20b0c
commit e02b036875
27 changed files with 1860 additions and 128 deletions

View File

@@ -113,6 +113,14 @@ lrwxr-xr-x 1 bruno staff 6 15 mar 07:29 python3 -> python
Mettre-à-jour `pip` et `setuptools`:
```bash
(tuto-virtuel-env) bruno@SilverBook:~/venv/tuto-virtuel-env/bin$ pip3 install -U pip setuptools
```
Installer un module avec `pip`:
```bash