mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Ready to start the next release...
Remove Create badge Change the Brew install process Remove the Crate badge in the documentation
This commit is contained in:
parent
bd7576bce1
commit
80b2a2956a
1308
.tags_sorted_by_file
Normal file
1308
.tags_sorted_by_file
Normal file
File diff suppressed because it is too large
Load Diff
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
|||||||
|
Version 1.7.4
|
||||||
|
=============
|
||||||
|
|
||||||
|
* ...
|
||||||
|
|
||||||
Version 1.7.3
|
Version 1.7.3
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
10
README.rst
10
README.rst
@ -4,10 +4,8 @@
|
|||||||
:target: https://travis-ci.org/nicolargo/glances
|
:target: https://travis-ci.org/nicolargo/glances
|
||||||
.. image:: https://badge.fury.io/py/Glances.png
|
.. image:: https://badge.fury.io/py/Glances.png
|
||||||
:target: http://badge.fury.io/py/Glances
|
:target: http://badge.fury.io/py/Glances
|
||||||
.. image:: https://pypip.in/d/Glances/badge.png
|
|
||||||
:target: https://crate.io/packages/Glances
|
|
||||||
|
|
||||||
Follow Glances on twitter: `glances_system`_
|
Follow Glances on twitter: `nicolargo`_ or `glances_system`_
|
||||||
|
|
||||||
===============================
|
===============================
|
||||||
Glances - An eye on your system
|
Glances - An eye on your system
|
||||||
@ -84,9 +82,8 @@ Homebrew
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ brew install brew-pip
|
$ brew install python
|
||||||
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
|
$ pip install Glances
|
||||||
$ brew pip Glances
|
|
||||||
|
|
||||||
If you get the following error:
|
If you get the following error:
|
||||||
|
|
||||||
@ -176,6 +173,7 @@ License
|
|||||||
LGPL. See ``COPYING`` for more details.
|
LGPL. See ``COPYING`` for more details.
|
||||||
|
|
||||||
.. _psutil: https://code.google.com/p/psutil/
|
.. _psutil: https://code.google.com/p/psutil/
|
||||||
|
.. _nicolargo: https://twitter.com/nicolargo
|
||||||
.. _glances_system: https://twitter.com/glances_system
|
.. _glances_system: https://twitter.com/glances_system
|
||||||
.. _PyPI: https://pypi.python.org/pypi
|
.. _PyPI: https://pypi.python.org/pypi
|
||||||
.. _pip: http://www.pip-installer.org/
|
.. _pip: http://www.pip-installer.org/
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
__appname__ = 'glances'
|
__appname__ = 'glances'
|
||||||
__version__ = "1.7.3"
|
__version__ = "1.7.4_BETA"
|
||||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||||
__licence__ = "LGPL"
|
__licence__ = "LGPL"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user