From 52ed808d44b9fe4ebd30aa8ae7d0fc9abc19a660 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Wed, 17 Apr 2013 12:29:32 +0200 Subject: update readme for pypi installation --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7eb9129..0df6315 100755 --- a/README.md +++ b/README.md @@ -13,18 +13,10 @@ You must set the `output_format` to `i3bar` in the general section of your i3sta output_format = "i3bar" } -## Installation (non Gentoo users) -Just clone the repository: +## Installation (all users) +py3status is available on pypi: - $ git clone git@github.com:ultrabug/py3status.git py3status - -Get into the cloned directory: - - $ cd py3status - -And run the setup.py as root or via sudo: - - $ sudo python setup.py install + $ pip install py3status ## Installation (Gentoo users) Add the `ultrabug` overlay on layman: @@ -63,10 +55,3 @@ Just like i3status, you can force an update by sending a SIGUSR1 signal to py3st Note that this will also send a SIGUSR1 signal to i3status. killall -USR1 py3status - -## Update -Just pull on your local clone to get the latest py3status: - - $ cd py3status - $ git pull - $ sudo python setup.py install -- cgit v1.3