diff --git a/README.md b/README.md index 3c23c064cb4e45a32fdd82794fb386a18ba8f722..c82057dcb1c0809bc071605de1946ccf1efaba89 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Pour executer ces codes, il faut disposer de : * python==3.6 +Et installer les packages system: python3-venv python3-pip python3-tk +sous debian/ubuntu: + +```bash +$ sudo apt install python3-venv python3-pip python3-tk +``` + Ainsi que des bibliothèques (selon le fichier requirements.txt) : * cycler==0.10.0