Document Debian/Fedora installation

Since Gertty is packaged for Debian and Fedora, mention that in
the installation instructions.

Change-Id: Id4c57c24a5287a930d160bd8e455556f388ec912
This commit is contained in:
James E. Blair 2015-01-06 13:57:03 -08:00
parent 8c6a1101d4
commit 9c9f0fe60e
1 changed files with 19 additions and 2 deletions

View File

@ -25,8 +25,25 @@ As compared to the web interface, the main advantages are:
Installation Installation
------------ ------------
It is recommended (but not required) to install Gertty in a Debian
virtualenv. To set one up:: ~~~~~~
Gertty is packaged in Debian sid/testing. You can install it with::
apt-get install gertty
Fedora
~~~~~~
Gertty is packaged starting in Fedora 21. You can install it with::
yum install python-gertty
Source
~~~~~~
When installing from source, it is recommended (but not required) to
install Gertty in a virtualenv. To set one up::
virtualenv gertty-env virtualenv gertty-env
source gertty-env/bin/activate source gertty-env/bin/activate