No sudo when installing python requirements

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-05-20 22:40:55 +02:00
parent 693bc0a2af
commit c0e1a9966e

View File

@@ -37,7 +37,7 @@ Please make sure you fork the repo and change the clone URL in the example below
git clone https://github.com/YOUR-USERNAME/docs
cd docs
sudo apt install python3-pip
sudo pip3 install -r requirements.txt
pip3 install -r requirements.txt
```
- Running the docs server: