From 9c9f0fe60e10b42f9efef0c97cad290c2463de30 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 6 Jan 2015 13:57:03 -0800 Subject: [PATCH] Document Debian/Fedora installation Since Gertty is packaged for Debian and Fedora, mention that in the installation instructions. Change-Id: Id4c57c24a5287a930d160bd8e455556f388ec912 --- README.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 65d076e..82ca6b4 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,25 @@ As compared to the web interface, the main advantages are: Installation ------------ -It is recommended (but not required) to install Gertty in a -virtualenv. To set one up:: +Debian +~~~~~~ + +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 source gertty-env/bin/activate