From 51bd72f0a18eb4583fa8d4dd49e3def5562c554f Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 9 Feb 2021 11:12:31 +0100 Subject: [PATCH] pip[3] in case pip3 doesn't exist :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d11cea..2a89d904 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ pkg install py37-pip jpeg-turbo gmake Install Sphinx, our default theme and contrib packages: ``` -pip3 install -r requirements.txt --upgrade +pip[3] install -r requirements.txt --upgrade ``` ### Update API endpoints