From c2366c4f24fed0600535887d9661fe0584e6fcf6 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Fri, 1 Jan 2021 11:15:47 +1030 Subject: [PATCH] Add python3-pip to packages to install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba93f6..8749695 100644 --- a/README.md +++ b/README.md @@ -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.