summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-09-03 08:48:38 +0200
committernicolargo <nicolashennion@gmail.com>2016-09-03 08:48:38 +0200
commit8fa75b254add6e94dad17f3ad7a728c6879800bb (patch)
tree1457b262e76dc4ab2495c0c704b0127ff4ff70e8 /README.rst
parentede5b2ae10f25e47a6d223e3952bb2c4e38d21be (diff)
Update doc. Add install info in ReadTheDoc
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst26
1 files changed, 14 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 894b15ff..3c04ae0a 100644
--- a/README.rst
+++ b/README.rst
@@ -100,21 +100,15 @@ To install, simply use ``pip``:
*Note*: Python headers are required to install `psutil`_. For example,
on Debian/Ubuntu you need to install first the *python-dev* package.
-For Fedora/CentOS/RHEL install first *python-devel* package.
+For Fedora/CentOS/RHEL install first *python-devel* package. For Windows,
+just install PsUtil from the binary installation file.
You can also install the following libraries in order to use optional
-features (like the Web interface):
+features (like the Web interface, exports modules, sensors...):
.. code-block:: console
- pip install bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb potsdb statsd pystache docker-py pysnmp pika py-cpuinfo scandir
-
-Install or upgrade Glances from the Git ``develop`` repository:
-
-.. code-block:: console
-
- git clone -b develop https://github.com/nicolargo/glances.git
-
+ pip install bottle requests batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb elasticsearch potsdb statsd pystache docker-py pysnmp pika py-cpuinfo bernhard cassandra scandir
To upgrade Glances to the latest version:
@@ -183,6 +177,7 @@ At the moment, packages exist for the following GNU/Linux distributions:
- Void Linux
So you should be able to install it using your favorite package manager.
+Be aware that the Glances version can not be the latest one using this method.
FreeBSD
-------
@@ -230,6 +225,13 @@ then just:
$ pip install glances
+You can also install the following libraries in order to use optional
+features (like the Web interface, exports modules, sensors...):
+
+.. code-block:: console
+
+ pip install bottle requests zeroconf netifaces influxdb elasticsearch potsdb statsd pystache pysnmp pika py-cpuinfo bernhard cassandra scandir
+
Source
------
@@ -304,8 +306,8 @@ If you have any question (after RTFM!), please post it on the official Q&A `foru
Gateway to other services
=========================
-Glances can export stats to: ``CSV`` file, ``InfluxDB``, ``OpenTSDB``,
-``StatsD``, ``ElasticSearch``, ``RabbitMQ`` and ``Riemann`` server.
+Glances can export stats to: ``CSV`` file, ``InfluxDB``, ``Cassandra``,
+``OpenTSDB``, ``StatsD``, ``ElasticSearch``, ``RabbitMQ`` and ``Riemann`` server.
How to contribute ?
===================