Skip to content

Commit

Permalink
Added PIP and put sudo in for easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolGoose committed Apr 14, 2012
1 parent 3e310db commit 4d7d11e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.md
Expand Up @@ -50,7 +50,11 @@ see [recommended setup](/recommended_setup).
Another option is to use [Easy Install](http://peak.telecommunity.com/DevCenter/EasyInstall). Once Easy Install is properly setup:


easy_install web.py
sudo easy_install web.py

Or [PIP](http://packages.python.org/distribute/)

sudo pip install web.py

<a name="macosx"></a>
### MacOS X
Expand Down

0 comments on commit 4d7d11e

Please sign in to comment.