parent
bac851bcc9
commit
3c21c0f459
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue