summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2013-12-17 09:31:43 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2013-12-19 09:17:24 +0100
commit80b2a2956a5d6017a9686a732a89996f42d7c792 (patch)
tree8655df4c7f53156d533b682efa152fde8981e4bd /README.rst
parentbd7576bce1f97ae1e0eba5c0abd76d257ddadb3f (diff)
Ready to start the next release...
Remove Create badge Change the Brew install process Remove the Crate badge in the documentation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 1450c018..db99de99 100644
--- a/README.rst
+++ b/README.rst
@@ -4,10 +4,8 @@
:target: https://travis-ci.org/nicolargo/glances
.. image:: https://badge.fury.io/py/Glances.png
:target: http://badge.fury.io/py/Glances
-.. image:: https://pypip.in/d/Glances/badge.png
- :target: https://crate.io/packages/Glances
-Follow Glances on twitter: `glances_system`_
+Follow Glances on twitter: `nicolargo`_ or `glances_system`_
===============================
Glances - An eye on your system
@@ -84,9 +82,8 @@ Homebrew
.. code-block:: console
- $ brew install brew-pip
- $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
- $ brew pip Glances
+ $ brew install python
+ $ pip install Glances
If you get the following error:
@@ -176,6 +173,7 @@ License
LGPL. See ``COPYING`` for more details.
.. _psutil: https://code.google.com/p/psutil/
+.. _nicolargo: https://twitter.com/nicolargo
.. _glances_system: https://twitter.com/glances_system
.. _PyPI: https://pypi.python.org/pypi
.. _pip: http://www.pip-installer.org/