Added Copr Repository to Readme
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
99e4ed856a
commit
fab134e9ba
1 changed files with 44 additions and 54 deletions
24
readme.md
24
readme.md
|
@ -23,26 +23,16 @@ Installation
|
|||
|
||||
**Prebuild packages**
|
||||
|
||||
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
||||
Linux you can use one of the following packages:
|
||||
If you are running Fedora Linux, RedHat Enterprise Linux, CentOS or Scientific
|
||||
Linux you can use the RPM Copr repostiory:
|
||||
|
||||
- [python-feedgen-0.3.1-1.fc21.noarch.rpm
|
||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.noarch.rpm)
|
||||
- [python-feedgen-0.3.1-1.fc20.noarch.rpm
|
||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc20.noarch.rpm)
|
||||
- [python-feedgen-0.3.1-1.el7.centos.noarch.rpm
|
||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el7.centos.noarch.rpm)
|
||||
- [python-feedgen-0.3.1-1.el6.noarch.rpm
|
||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el6.noarch.rpm)
|
||||
[http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/
|
||||
](http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/)
|
||||
|
||||
Simply download the file and run::
|
||||
Simply enable the repository and run:
|
||||
|
||||
$ yum localinstall python-feedgen-...noarch.rpm
|
||||
$ yum install python-feedgen
|
||||
|
||||
If you want to build RPMs for other distributions you can use the following Source RPM:
|
||||
|
||||
- [python-feedgen-0.3.1-1.fc20.src.rpm
|
||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.src.rpm)
|
||||
|
||||
**Using pip**
|
||||
|
||||
|
@ -107,7 +97,7 @@ FeedEntry object::
|
|||
>>> fe.id('http://lernfunk.de/media/654321/1')
|
||||
>>> fe.title('The First Episode')
|
||||
|
||||
The FeedGenerators method add_entry(...) without argument provides will
|
||||
The FeedGenerators method `add_entry(...)` without argument provides will
|
||||
automatically generate a new FeedEntry object, append it to the feeds internal
|
||||
list of entries and return it, so that additional data can be added.
|
||||
|
||||
|
|
Loading…
Reference in a new issue