From 4de12033bb0b3ff0a31af28d6cd76d647776ef39 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 2 Sep 2019 15:51:58 +1000 Subject: [PATCH] Change pip3 to python3-pip --- docs/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.rst b/docs/start.rst index 5e08bf8634..f5e770796a 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -17,7 +17,7 @@ Requirements To install InvenTree you will need the following: * python3 -* pip3 +* python3-pip * make Installation