summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-08-05 09:53:15 +0200
committernicolargo <nicolas@nicolargo.com>2018-08-05 09:53:15 +0200
commit0989d73e647e6a92d8706decab39a84a28b77245 (patch)
tree04a20f887acbf2f2a1222ab41eedcb27a4f8b079
parentcaf0b28f2b404319db2e53f5937568bc6884a9b7 (diff)
parent44750a6bff16f8fe3de9e4281f6e5972e054a8bb (diff)
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0230696d..7acf13a6 100644
--- a/README.rst
+++ b/README.rst
@@ -255,6 +255,15 @@ then run the following command:
$ pip install glances
+Alternatively, you could clone the repository and install with the following command.
+
+.. code-block:: console
+
+ $ git clone https://github.com/nicolargo/glances.git
+ $ cd glances
+ $ python setup.py install
+
+
Android
-------