Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.34 KB

install.rst

File metadata and controls

37 lines (23 loc) · 1.34 KB

Install

Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.

To install, simply use pip:

pip install glances

Note: Python headers are required to install psutil. For example, on Debian/Ubuntu you need to install first the python-dev package. For Fedora/CentOS/RHEL install first python-devel package. For Windows, just install PsUtil from the binary installation file.

You can also install the following libraries in order to use optional features (like the Web interface, exports modules, sensors...):

pip install bottle requests batinfo py3sensors zeroconf netifaces pymdstat influxdb elasticsearch potsdb statsd pystache docker-py pysnmp pika py-cpuinfo bernhard cassandra scandir couchdb pyzmq wifi

To upgrade Glances and all its dependencies to the latests versions:

pip install --upgrade bottle requests batinfo py3sensors zeroconf netifaces pymdstat influxdb elasticsearch potsdb statsd pystache docker-py pysnmp pika py-cpuinfo bernhard cassandra scandir couchdb pyzmq wifi
pip install --upgrade glances

For additionnal installation methods, read the official README file.