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
10
README.rst
10
README.rst
@ -4,10 +4,8 @@
|
||||
:target: https://travis-ci.org/nicolargo/glances
|
||||
.. image:: https://badge.fury.io/py/Glances.png
|
||||
: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
|
||||
@ -84,9 +82,8 @@ Homebrew
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ brew install brew-pip
|
||||
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
|
||||
$ brew pip Glances
|
||||
$ brew install python
|
||||
$ pip install Glances
|
||||
|
||||
If you get the following error:
|
||||
|
||||
@ -176,6 +173,7 @@ License
|
||||
LGPL. See ``COPYING`` for more details.
|
||||
|
||||
.. _psutil: https://code.google.com/p/psutil/
|
||||
.. _nicolargo: https://twitter.com/nicolargo
|
||||
.. _glances_system: https://twitter.com/glances_system
|
||||
.. _PyPI: https://pypi.python.org/pypi
|
||||
.. _pip: http://www.pip-installer.org/
|
||||
|
@ -19,7 +19,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = "1.7.3"
|
||||
__version__ = "1.7.4_BETA"
|
||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||
__licence__ = "LGPL"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user