Update pip install URI in the docs

This commit is contained in:
Kim Silkebækken 2013-01-20 19:15:12 +01:00
parent dfe5d5d829
commit f108ab04c4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Installing with ``pip``
To install Powerline system-wide, run the following command as root::
pip install https://github.com/Lokaltog/powerline/tarball/develop
pip install git+git://github.com/Lokaltog/powerline
If you don't have root access or don't want to install Powerline
system-wide, install with ``pip install --user`` instead.