mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #715 from pi-hole/no_sudo
No sudo when installing python requirements
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