From 6567adbe03294ad9f317fe38cc6269ad6fd34c34 Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 25 May 2021 21:35:31 +0200 Subject: [PATCH] fixes pip3 mistake in doc --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e9873bf..5edee84 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ The full process is as follows: sudo apt install python3-pip git clone https://gitea.86thumbs.net/waldek/ccpq.git cd ccpq -pip install --user -r requirements.txt +python3 -m pip install --user -r requirements.txt ``` ## Development