Reorder pip arguments in installation documentation

`--editable`/`-e` pip argument is accepting an argument, not specifying the
action.
This commit is contained in:
ZyX 2014-11-30 04:26:04 +03:00
parent 3fc8135835
commit ebe5fca377
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ powerline with ``pip``:
.. code-block:: sh
pip install -e --user {path_to_powerline}
pip install --user --editable={path_to_powerline}
, but note that in this case ``pip`` will not install ``powerline`` executable
and you will have to do something like