mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-27 10:42:52 +03:00
Add the procedure to install Glances on Android
This commit is contained in:
parent
b4922202c1
commit
0477e6e6aa
22
README.rst
22
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
|
||||
|
Loading…
Reference in New Issue
Block a user