summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-03-15 21:56:58 +0100
committernicolargo <nicolas@nicolargo.com>2017-03-15 21:56:58 +0100
commit0477e6e6aab9cd508d25a32a48f9cb3e252a5bda (patch)
tree28036b1cc1cda1c0711afc4db360f6055d428b12 /README.rst
parentb4922202c108c5a386ab17e9625e8eb8a73b0a6f (diff)
Add the procedure to install Glances on Android
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3fbb7456..762c3ee4 100644
--- a/README.rst
+++ b/README.rst
@@ -247,6 +247,27 @@ then just:
$ pip install glances
+Android
+-------
+
+You need a rooted device and the `Termux`_ application (available on the
+Google Store).
+
+Start Termux on your device and enter:
+
+.. code-block:: console
+
+ $ apt update
+ $ apt upgrade
+ $ apt install clang python python-dev
+ $ pip install glances
+
+And start Glances:
+
+.. code-block:: console
+
+ $ glances
+
Source
------
@@ -350,6 +371,7 @@ LGPLv3. See ``COPYING`` for more details.
.. _@nicolargo: https://twitter.com/nicolargo
.. _@glances_system: https://twitter.com/glances_system
.. _Python: https://www.python.org/getit/
+.. _Termux: https://play.google.com/store/apps/details?id=com.termux
.. _readthedocs: https://glances.readthedocs.io/
.. _forum: https://groups.google.com/forum/?hl=en#!forum/glances-users
.. _wiki: https://github.com/nicolargo/glances/wiki/How-to-contribute-to-Glances-%3F