Fix installation notes location.
These notes are parts of the list entries.
This commit is contained in:
parent
0e98bc2d4f
commit
aaed00e078
docs/source/installation
|
@ -17,26 +17,29 @@ Python package
|
||||||
|
|
||||||
.
|
.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
In case you want or have to use ``powerline.sh`` socat-based client you
|
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
|
should also install GNU env named ``genv``. This may be achieved by
|
||||||
``brew install coreutils``.
|
running ``brew install coreutils``.
|
||||||
|
|
||||||
2. Install Powerline using the following command::
|
2. Install Powerline using the following command::
|
||||||
|
|
||||||
pip install --user git+git://github.com/Lokaltog/powerline
|
pip install --user git+git://github.com/Lokaltog/powerline
|
||||||
|
|
||||||
.. warning:: When using ``brew install`` to install Python one must not supply
|
.. warning::
|
||||||
``--user`` flag to ``pip``.
|
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
|
.. note::
|
||||||
project is currently unavailable on the PyPI due to a naming conflict
|
You need to use the GitHub URI when installing Powerline! This project is
|
||||||
with an unrelated project.
|
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
|
.. note::
|
||||||
--editable`` does not currently fully work. If you install powerline this way
|
If you are powerline developer you should be aware that ``pip install
|
||||||
you will be missing ``powerline`` executable and need to symlink it. It will
|
--editable`` does not currently fully work. If you install powerline this
|
||||||
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
|
Vim installation
|
||||||
================
|
================
|
||||||
|
|
Loading…
Reference in New Issue