Added installation section
This commit is contained in:
parent
ac02e72ce9
commit
e9eb3b5e95
1 changed files with 27 additions and 1 deletions
28
readme.md
28
readme.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue