Skip to content

Commit

Permalink
Added forgotton sudo to pip command, thanks Andreas Gohr for spotting…
Browse files Browse the repository at this point in the history
… this.
  • Loading branch information
foosel committed Jan 19, 2013
1 parent e54f1e6 commit 072205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 072205e

Please sign in to comment.