Merge pull request #1294 from cheezeburger/installation

Added alternative Python installation method
pull/1305/head
Nicolas Hennion 2018-08-05 09:45:59 +02:00 committed by GitHub
commit 44750a6bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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
-------