summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2013-07-14 01:14:00 +0200
committerAlessio Sergi <al3hex@gmail.com>2013-07-14 01:14:00 +0200
commit66b8e086a315279a251d8d242e3f02de58ef2ad9 (patch)
tree21911226007aa28db6f05617bbf7b7311cee1706
parent242f78d71eb81b6ab33acb369bb9ee2ca7c2dd9c (diff)
Update
-rw-r--r--index.html35
1 files changed, 23 insertions, 12 deletions
diff --git a/index.html b/index.html
index bd4ab144..84ae55eb 100644
--- a/index.html
+++ b/index.html
@@ -53,24 +53,39 @@
<li>
<code>jinja</code> (optional for HTML output)</li>
<li>
-<code>pysensors</code> (optional for HW monitoring support)</li>
+<code>pysensors</code> (optional for HW monitoring support) [Linux-only]</li>
<li>
<code>hddtemp</code> (optional for HDD temperature monitoring support)</li>
+<li>
+<code>batinfo</code> (optional for battery monitoring support) [Linux-only]</li>
<li><code>setuptools</code></li>
</ul><h1>Installation</h1>
-<h2>OS GNU/Linux</h2>
+<p>Glances is on <a href="https://pypi.python.org/pypi">PyPI</a>. To install, simply use <a href="http://www.pip-installer.org/">pip</a>:</p>
+
+<pre><code>pip install Glances
+</code></pre>
+
+<p><em>Note</em>: On Debian/Ubuntu, you need to install first the <em>python-dev</em> package.</p>
+
+<h2>Linux</h2>
-<p>Actually, Glances is available for Arch Linux, Fedora / CentOS / RHEL,
-Debian (Sid/Testing), Ubuntu (13.04+) and FreeBSD, so you should be able to
+<p>Actually, packages exist for Arch Linux, Fedora / CentOS / RHEL,
+Debian (Sid/Testing) and Ubuntu (13.04+), so you should be able to
install it using your favorite package manager.</p>
-<p>Glances is on <a href="https://pypi.python.org/pypi">PyPI</a>. To install, simply use <a href="http://www.pip-installer.org/">pip</a>:</p>
+<h2>FreeBSD</h2>
-<pre><code>pip install Glances
+<p>To install the precompiled binary package:</p>
+
+<pre><code># pkg_add -r py27-glances
</code></pre>
-<p>Notes: On Debian/Ubuntu, you need to install the python-dev package.</p>
+<p>To install Glances from ports:<p>
+
+<pre><code># cd /usr/ports/sysutils/py-glances/
+# make install clean
+</code></pre>
<h2>OS X</h2>
@@ -83,8 +98,6 @@ $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
$ brew pip Glances
</code></pre>
-<p><strong><u>Note</u></strong></p>
-
<p>If you get the following error:</p>
<pre><code>Error: Failed executing: pip install glances==X.X --install-option=--prefix=/usr/local/XXX/glances/X.X (.rb:)
@@ -129,9 +142,7 @@ $ cd glances-*
# python setup.py install
</code></pre>
-<p><strong><u>Note</u></strong></p>
-
-<p>On Debian/Ubuntu, you have to install first <code>build-essential</code> and <code>python-dev</code>.</p>
+<p><em>Note</em>: On Debian/Ubuntu, you need to install first the <em>python-dev</em> package.</p>
<h2>Puppet</h2>