summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-05-23 15:52:53 +0200
committernicolargo <nicolashennion@gmail.com>2016-05-23 15:52:53 +0200
commit830caf970355d8115dc686556987cad78f9f4cfe (patch)
tree8b079024a68b5220abe373e2d0c232ac48575624 /README.rst
parentd1f9d30aae1468c2a3303fd39ddff3ff97ab35cd (diff)
Drop Python 2.6 support #300
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 819e7b86..9f6b0e1f 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ written in Python.
Requirements
============
-- ``python >= 2.6`` or ``>= 3.3`` (tested with version 2.6, 2.7, 3.3, 3.4, 3.5)
+- ``python >= 2.7`` or ``>= 3.3`` (tested with version 2.7, 3.3, 3.4, 3.5)
- ``psutil >= 2.0.0``
- ``setuptools``
@@ -54,6 +54,12 @@ Optional dependencies:
- ``py-cpuinfo`` (for the Quicklook CPU info module)
- ``scandir`` (for the Folders plugin) [Only for Python < 3.5]
+Note for Python 2.6 users:
+
+Glances 2.7 (or higher) no longer support Python 2.6. Please upgrade to
+Python 2.7/3.3+ or downgrade Glances to 2.6.2 (latest version with Python
+2.6 support).
+
Installation
============