mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +02:00
Always use code-block
to format code there
This commit is contained in:
parent
dc5969e8df
commit
51e778cd41
@ -33,16 +33,22 @@ Pip installation
|
|||||||
|
|
||||||
This project is currently unavailable from PyPI due to a naming conflict with an
|
This project is currently unavailable from PyPI due to a naming conflict with an
|
||||||
unrelated project, thus you will have to use the following command to install
|
unrelated project, thus you will have to use the following command to install
|
||||||
powerline with ``pip``::
|
powerline with ``pip``:
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install --user git+git://github.com/Lokaltog/powerline
|
pip install --user git+git://github.com/Lokaltog/powerline
|
||||||
|
|
||||||
. You may also choose to clone powerline repository somewhere and use::
|
. You may also choose to clone powerline repository somewhere and use
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install -e --user {path_to_powerline}
|
pip install -e --user {path_to_powerline}
|
||||||
|
|
||||||
, but note that in this case ``pip`` will not install ``powerline`` executable
|
, but note that in this case ``pip`` will not install ``powerline`` executable
|
||||||
and you will have to do something like::
|
and you will have to do something like
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
ln -s {path_to_powerline}/scripts/powerline ~/.local/bin
|
ln -s {path_to_powerline}/scripts/powerline ~/.local/bin
|
||||||
|
|
||||||
@ -56,7 +62,7 @@ and you will have to do something like::
|
|||||||
|
|
||||||
To install release version uploaded to PyPI use
|
To install release version uploaded to PyPI use
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install powerline-status
|
pip install powerline-status
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user