fixes pip3 mistake in doc

This commit is contained in:
waldek 2021-05-25 21:35:31 +02:00
parent 5a334966b5
commit 6567adbe03
1 changed files with 1 additions and 1 deletions

View File

@ -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