summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2013-04-17 12:29:32 +0200
committerUltrabug <ultrabug@gentoo.org>2013-04-17 12:29:32 +0200
commit52ed808d44b9fe4ebd30aa8ae7d0fc9abc19a660 (patch)
treeaa4ceaacb4201d1015500ead21bfaa1d39ec0b18 /README.md
parentef21745df4278f6ade27f2bb7a60d7dfdd9952b2 (diff)
update readme for pypi installation
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md21
1 files 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