Added Copr Repository to Readme

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2015-10-28 22:31:20 +01:00
parent 99e4ed856a
commit fab134e9ba
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -23,26 +23,16 @@ Installation
**Prebuild packages** **Prebuild packages**
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific If you are running Fedora Linux, RedHat Enterprise Linux, CentOS or Scientific
Linux you can use one of the following packages: Linux you can use the RPM Copr repostiory:
- [python-feedgen-0.3.1-1.fc21.noarch.rpm [http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.noarch.rpm) ](http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/)
- [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)
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** **Using pip**
@ -107,7 +97,7 @@ FeedEntry object::
>>> fe.id('http://lernfunk.de/media/654321/1') >>> fe.id('http://lernfunk.de/media/654321/1')
>>> fe.title('The First Episode') >>> 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 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. list of entries and return it, so that additional data can be added.