Added installation section

This commit is contained in:
Lars Kiesow 2013-05-05 00:43:31 +02:00
parent ac02e72ce9
commit e9eb3b5e95

View file

@ -11,6 +11,32 @@ Choose the one which is more convenient for you. For more details have a look
at license.bsd and license.lgpl. at license.bsd and license.lgpl.
------------
Installation
------------
**Prebuild packages**
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
linux you can use one of the following packages:
- [python-feedgen-0.1-1.fc17.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpclZUc2hwYnRKSUU/edit?usp=sharing)
- [python-feedgen-0.1-1.el6.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpNXlKREYyWmhDR0U/edit?usp=sharing)
Simply download the file and run::
$ yum localinstall python-feedgen-0.1-1.fc17.noarch.rpm
If you want to build RPMs for other distributions you can use the following Source RPM:
- [python-feedgen-0.1-1.fc17.src.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpenJUcmJWWVN0OHM/edit?usp=sharing)
**Using pip**
You can also use pip to install the feedgen module. Simply run::
$ pip install feedgen
------------- -------------
Create a Feed Create a Feed
------------- -------------
@ -101,7 +127,7 @@ Testing the Generator
You can test the module by simply executing:: You can test the module by simply executing::
%> pythom -m feedgen $ pythom -m feedgen
If you want to have a look at the code for this test to have a working code If you want to have a look at the code for this test to have a working code
example for a whole feed generation process, you can find it in the example for a whole feed generation process, you can find it in the