Fix Linux installation instructions

Fixes #1251
This commit is contained in:
ZyX 2015-01-07 15:20:29 +03:00
parent bac851bcc9
commit 3c21c0f459
1 changed files with 18 additions and 8 deletions

View File

@ -19,10 +19,20 @@ follow the installation guide below:
1. Install Python 3.2+ or Python 2.6+ with ``pip``. This step is 1. Install Python 3.2+ or Python 2.6+ with ``pip``. This step is
distribution-specific, so no commands provided. distribution-specific, so no commands provided.
2. Install Powerline using the following command:: 2. Install Powerline using one of the following commands:
.. code-block:: sh
pip install --user powerline-status
will get the latest release version and
.. code-block:: sh
pip install --user git+git://github.com/powerline/powerline pip install --user git+git://github.com/powerline/powerline
will get the latest development version.
.. note:: Due to the naming conflict with an unrelated project powerline is .. note:: Due to the naming conflict with an unrelated project powerline is
named ``powerline-status`` in PyPI. named ``powerline-status`` in PyPI.