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:
parent
8c6a1101d4
commit
9c9f0fe60e
21
README.rst
21
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user