Merge pull request #715 from pi-hole/no_sudo

No sudo when installing python requirements
This commit is contained in:
DL6ER
2022-05-20 23:21:41 +02:00
committed by GitHub
+1 -1
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: