mirror of https://github.com/nicolargo/glances.git
parent
e0d9302fe7
commit
8d895f1845
|
|
@ -4,6 +4,7 @@ python:
|
|||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
script: python setup.py install
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ It uses the `psutil`_ library to get information from your system.
|
|||
Requirements
|
||||
============
|
||||
|
||||
- ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3)
|
||||
- ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3, 3.4)
|
||||
- ``psutil >= 2.0.0``
|
||||
- ``setuptools``
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue