mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
No sudo when installing python requirements
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user