From dc20a08e7d78e0b77ff304eef4ca909254359062 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 16 May 2017 10:46:06 +0200 Subject: [PATCH] Update manual for Android device --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 14e015d2..ad52eb5b 100644 --- a/README.rst +++ b/README.rst @@ -265,6 +265,7 @@ Start Termux on your device and enter: $ apt update $ apt upgrade $ apt install clang python python-dev + $ pip install bottle $ pip install glances And start Glances: @@ -273,6 +274,9 @@ And start Glances: $ glances +You can also run Glances in server mode (-s or -w) in order to remotely +monitor your Android device. + Source ------