Add ``powerline-status`` to OS X installation documentation

This commit is contained in:
ZyX 2015-01-07 15:17:40 +03:00
parent 21e6e5ba5d
commit bac851bcc9
1 changed files with 13 additions and 3 deletions

View File

@ -22,10 +22,20 @@ Python package
should also install GNU env named ``genv``. This may be achieved by
running ``brew install coreutils``.
2. Install Powerline using the following command::
2. Install Powerline using one of the following commans:
.. code-block:: sh
pip install --user powerline-status
will get current release version and
.. code-block:: sh
pip install --user git+git://github.com/powerline/powerline
will get latest development version.
.. warning::
When using ``brew install`` to install Python one must not supply
``--user`` flag to ``pip``.
@ -37,8 +47,8 @@ Python package
.. note::
If you are powerline developer you should be aware that ``pip install
--editable`` does not currently fully work. If you install powerline this
way you will be missing ``powerline`` executable and need to symlink it. It
will be located in ``scripts/powerline``.
way you will be missing ``powerline`` executable and need to symlink it.
It will be located in ``scripts/powerline``.
Vim installation
================