mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 08:45:15 +02:00
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
|
||||
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
|
||||
|
||||
will get the latest development version.
|
||||
|
||||
.. note:: Due to the naming conflict with an unrelated project powerline is
|
||||
named ``powerline-status`` in PyPI.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user