Update installation instructions

Closes #13.
This commit is contained in:
Kim Silkebækken 2012-12-18 17:18:37 +01:00
parent 7507045143
commit def9091662
1 changed files with 11 additions and 4 deletions

View File

@ -19,14 +19,21 @@ Installation
------------
Powerline is intended to be installed as a system-wide Python package that
can be easily included in other projects.
can be easily included in other projects. It can be installed by running the
following command as root::
pip install https://github.com/Lokaltog/powerline/tarball/develop
Or, if you use ``easy_install``::
easy_install https://github.com/Lokaltog/powerline/tarball/develop
.. note:: Make sure that you install the package for Python 2. For distros
like Arch Linux you'll have to run ``pip2`` instead of ``pip``.
Powerline is available `on the AUR
<https://aur.archlinux.org/packages/powerline-git/>`_ for Arch Linux users.
.. note:: This project is currently unavailable on the PyPI due to a naming
conflict with an unrelated project.
Usage
-----