Add python3-pip to packages to install

pull/23/head
Mark Jessop 2021-01-01 11:15:47 +10:30
rodzic 70d990e0f1
commit c2366c4f24
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ Currently Chasemapper is a bit mandrolic to set up, and this could be improved c
On a Raspbian/Ubuntu/Debian system, you can get most of the required dependencies using:
```
$ sudo apt-get install git python3-numpy python3-requests python3-serial python3-dateutil python3-flask
$ sudo apt-get install git python3-numpy python3-requests python3-serial python3-dateutil python3-flask python3-pip
```
On other OSes the required packages should be named something similar.