From c2053fb7289bc4d952791996b34d7aefe6b4461c Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Sat, 30 Jan 2021 12:31:47 +0100 Subject: [PATCH] update list of package needed on debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd03e59..7fad3ff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ We will retrieve these informations: - On debian based distribution you can install some requirement from repos: - ```sudo apt-get install python3-typing-extensions python3-pandas python3-plotly python3-paho-mqtt python3-six python3-dateutil python3-brotli libblas-dev liblapack-dev gfortran python3-pycryptodome``` + ```sudo apt-get install python3-typing-extensions python3-pandas python3-plotly python3-paho-mqtt python3-six python3-dateutil python3-brotli libblas-dev liblapack-dev gfortran python3-pycryptodome python3-numpy libatlas3-base``` - For everyone : ```pip3 install -r requirements.txt```