Added forgotton sudo to pip command, thanks Andreas Gohr for spotting this.
This commit is contained in:
parent
e54f1e683d
commit
072205ee82
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ listed in requirements.txt:
|
|||
sudo apt-get install python-pip git
|
||||
git clone https://github.com/foosel/PrinterWebUI.git
|
||||
cd PrinterWebUI
|
||||
pip install -r requirements.txt
|
||||
sudo pip install -r requirements.txt
|
||||
|
||||
You should then be able to start the OctoPrint server:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue