提交 60eb35d1 编写于 作者: A Alessio Sergi

README fix

上级 264e8b9c
......@@ -24,7 +24,7 @@ Requirements
============
- ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3)
- ``psutil >= 0.4.1`` (recommended version >= 0.6)
- ``psutil >= 0.5.1`` (recommended version >= 0.6)
- ``jinja`` (optional for HTML output)
- ``pysensors`` (optional for HW monitoring support) [Linux-only]
- ``hddtemp`` (optional for HDD temperature monitoring support)
......@@ -43,12 +43,6 @@ Glances is on `PyPI`_. To install, simply use `pip`_:
pip install Glances
*Note*:
On Debian/Ubuntu, you need to install first the *python-dev* package.
On CentOS/Fedora, you need to install first the *python-devel* package (from the EPEL repository).
To upgrade Glances to the latest version:
.. code-block:: console
......@@ -58,7 +52,7 @@ To upgrade Glances to the latest version:
Linux
-----
Actually, packages exist for Arch Linux, Fedora / CentOS / RHEL,
Actually, packages exist for Arch Linux, Fedora/CentOS/RHEL,
Debian (Sid/Testing) and Ubuntu (13.04+), so you should be able to
install it using your favorite package manager.
......@@ -115,9 +109,9 @@ MacPorts
Windows
-------
Glances 1.7.2 proposes a Windows client based on the `colorconsole`_ Python librairy.
Glances 1.7.2 proposes a Windows client based on the `colorconsole`_ Python library.
Version < 1.7.2 only support Glances in server mode. Glances will automatically run in server mode on it.
Glances < 1.7.2 only works in server mode. It will run in server mode automatically.
Thanks to Nicolas Bourges, Glances can be easily installed using a Windows installer:
......@@ -143,13 +137,11 @@ To install Glances from source:
$ cd glances-*
# python setup.py install
*Note*:
On Debian/Ubuntu, you need to install first the *python-dev* package.
On CentOS/Fedora, you need to install first the *python-devel* package (from the EPEL repository).
*Note*: Python headers are required to install psutil. For example, you need to install first:
On openSUSE/SLES/SLED, you need to install first the *python-devel* package. (from Oss repository).
* On Debian/Ubuntu, the *python-dev* package
* On CentOS/Fedora, the *python-devel* package (from the EPEL repository)
* On openSUSE/SLES/SLED, the *python-devel* package (from Oss repository)
Puppet
------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册