From 559ca11c3839dcd96551715af69c8f866afdf527 Mon Sep 17 00:00:00 2001 From: Zakaria ElQotbi Date: Wed, 18 Sep 2019 00:59:31 +0200 Subject: [PATCH] readme: add note about system dependencies --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3c23c06..c82057d 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 -- GitLab