summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorcheezeburger <shaneyo@1utar.my>2018-07-30 19:43:17 +0800
committercheezeburger <shaneyo@1utar.my>2018-07-30 19:43:17 +0800
commit00c3f773231dc051a81e409060f6239443a69ae2 (patch)
tree9a86e360f1cb34fe5eaaead9539fd2ccddf1bfc8 /README.rst
parentfa323bb181f1273ce005bf5e9a4c29a24527a9f6 (diff)
Added alternative Python installation method
Diffstat (limited to 'README.rst')
-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
-------