Skip to content

Commit

Permalink
No sudo when installing python requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed May 20, 2022
1 parent 693bc0a commit c0e1a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0e1a99

Please sign in to comment.