mirror of https://github.com/nicolargo/glances.git
Update README.rst
Glances is in Gentoo's portage! http://packages.gentoo.org/package/sys-process/glances Update Homebrew link. Remove obsolete install instructions for OS X/Homebrew.
This commit is contained in:
parent
c9a15ce121
commit
571cc0d665
25
README.rst
25
README.rst
|
|
@ -5,7 +5,7 @@
|
|||
.. image:: https://badge.fury.io/py/Glances.png
|
||||
:target: http://badge.fury.io/py/Glances
|
||||
|
||||
Follow Glances on twitter: `nicolargo`_ or `glances_system`_
|
||||
Follow Glances on Twitter: `@nicolargo`_ or `@glances_system`_
|
||||
|
||||
===============================
|
||||
Glances - An eye on your system
|
||||
|
|
@ -52,7 +52,7 @@ To upgrade Glances to the latest version:
|
|||
Linux
|
||||
-----
|
||||
|
||||
Actually, packages exist for Arch Linux, Fedora/CentOS/RHEL,
|
||||
At the moment, packages exist for Arch Linux, Gentoo, Fedora/CentOS/RHEL,
|
||||
Debian (Sid/Testing) and Ubuntu (13.04+), so you should be able to
|
||||
install it using your favorite package manager.
|
||||
|
||||
|
|
@ -85,19 +85,6 @@ Homebrew
|
|||
$ brew install python
|
||||
$ pip install Glances
|
||||
|
||||
If you get the following error:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Error: Failed executing: pip install glances==X.X --install-option=--prefix=/usr/local/XXX/glances/X.X (.rb:)
|
||||
|
||||
Try to run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install glances==X.X --install-option=--prefix=/usr/local/XXX/glances/X.X
|
||||
$ brew link Glances
|
||||
|
||||
MacPorts
|
||||
````````
|
||||
|
||||
|
|
@ -155,7 +142,7 @@ Just run:
|
|||
|
||||
$ glances
|
||||
|
||||
and RTFM...
|
||||
and RTFM, always.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
|
@ -173,11 +160,11 @@ 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
|
||||
.. _@nicolargo: https://twitter.com/nicolargo
|
||||
.. _@glances_system: https://twitter.com/glances_system
|
||||
.. _PyPI: https://pypi.python.org/pypi
|
||||
.. _pip: http://www.pip-installer.org/
|
||||
.. _Homebrew: http://mxcl.github.com/homebrew/
|
||||
.. _Homebrew: http://brew.sh/
|
||||
.. _MacPorts: https://www.macports.org/
|
||||
.. _Glances-1.7.2-win32.msi: http://glances.s3.amazonaws.com/Glances-1.7.2-win32.msi
|
||||
.. _colorconsole: https://pypi.python.org/pypi/colorconsole
|
||||
|
|
|
|||
Loading…
Reference in New Issue