From aaed00e078eda972f957cc5f3b3bcf62e64e56df Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 31 Aug 2014 21:33:56 +0400 Subject: [PATCH] Fix installation notes location. These notes are parts of the list entries. --- docs/source/installation/osx.rst | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/source/installation/osx.rst b/docs/source/installation/osx.rst index 70523b78..fc2f6f8f 100644 --- a/docs/source/installation/osx.rst +++ b/docs/source/installation/osx.rst @@ -17,26 +17,29 @@ Python package . -.. note:: - In case you want or have to use ``powerline.sh`` socat-based client you - should also install GNU env named ``genv``. This may be achieved by running - ``brew install coreutils``. + .. note:: + In case you want or have to use ``powerline.sh`` socat-based client you + should also install GNU env named ``genv``. This may be achieved by + running ``brew install coreutils``. 2. Install Powerline using the following command:: pip install --user git+git://github.com/Lokaltog/powerline -.. warning:: When using ``brew install`` to install Python one must not supply - ``--user`` flag to ``pip``. + .. warning:: + When using ``brew install`` to install Python one must not supply + ``--user`` flag to ``pip``. -.. note:: You need to use the GitHub URI when installing Powerline! This - project is currently unavailable on the PyPI due to a naming conflict - with an unrelated project. + .. note:: + You need to use the GitHub URI when installing Powerline! This project is + currently unavailable on the PyPI due to a naming conflict with an + unrelated project. -.. 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``. + .. 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``. Vim installation ================