From 9fbd25608df4c2223d10f9f88c1344ad94f24604 Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 18 Nov 2014 23:35:46 +0300 Subject: [PATCH] Update documentation regarding `powerline-status` --- docs/source/installation/linux.rst | 5 ++--- docs/source/installation/osx.rst | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/source/installation/linux.rst b/docs/source/installation/linux.rst index 4f463aa3..5972c993 100644 --- a/docs/source/installation/linux.rst +++ b/docs/source/installation/linux.rst @@ -23,9 +23,8 @@ follow the installation guide below: pip install --user git+git://github.com/Lokaltog/powerline -.. note:: You need to use the GitHub URI when installing Powerline! This - project is currently unavailable on the PyPI due to a naming conflict - with an unrelated project. +.. note:: Due to the naming conflict with an unrelated project powerline is + named ``powerline-status`` in PyPI. .. note:: If you are powerline developer you should be aware that ``pip install --editable`` does not currently fully work. If you diff --git a/docs/source/installation/osx.rst b/docs/source/installation/osx.rst index 325e8f7d..3483f60e 100644 --- a/docs/source/installation/osx.rst +++ b/docs/source/installation/osx.rst @@ -31,9 +31,8 @@ Python package ``--user`` flag to ``pip``. .. note:: - You need to use the GitHub URI when installing Powerline! This project is - currently unavailable on the PyPI due to a naming conflict with an - unrelated project. + Due to the naming conflict with an unrelated project powerline is named + ``powerline-status`` in PyPI. .. note:: If you are powerline developer you should be aware that ``pip install