RPM links
This commit is contained in:
parent
b8468828cd
commit
925784ba26
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
@ -73,9 +73,9 @@ Choose the one which is more convenient for you. For more details have a look
|
|||
at license.bsd and license.lgpl.</p>
|
||||
<p>More details about the project:</p>
|
||||
<ul class="simple">
|
||||
<li>Repository: <a class="reference external" href="https://github.com/lkiesow/python-feedgen">https://github.com/lkiesow/python-feedgen</a></li>
|
||||
<li>Documentation: <a class="reference external" href="http://lkiesow.github.io/python-feedgen/">http://lkiesow.github.io/python-feedgen/</a></li>
|
||||
<li>Python Package Index: <a class="reference external" href="https://pypi.python.org/pypi/feedgen/">https://pypi.python.org/pypi/feedgen/</a></li>
|
||||
<li>Repository: <a class="reference external" href="https://github.com/lkiesow/python-feedgen">https://github.com/lkiesow/python-feedgen</a></li>
|
||||
<li>Documentation: <a class="reference external" href="http://lkiesow.github.io/python-feedgen/">http://lkiesow.github.io/python-feedgen/</a></li>
|
||||
<li>Python Package Index: <a class="reference external" href="https://pypi.python.org/pypi/feedgen/">https://pypi.python.org/pypi/feedgen/</a></li>
|
||||
</ul>
|
||||
<div class="section" id="installation">
|
||||
<h2><a class="toc-backref" href="#id2">Installation</a><a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
|
||||
|
@ -83,16 +83,16 @@ at license.bsd and license.lgpl.</p>
|
|||
<p>If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
||||
Linux you can use one of the following packages:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpSDFxaC00VC1JSlE/edit?usp=sharing">python-feedgen-0.2.3-1.fc18.noarch.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpd2R0dFRfX0tCVXM/edit?usp=sharing">python-feedgen-0.2.3-1.fc17.noarch.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpN3BOQTh2dTk1X1U/edit?usp=sharing">python-feedgen-0.2.3-1.el6.noarch.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpVTVLZDEwenM5VkE/edit?usp=sharing">python-feedgen-0.2.4-1.fc18.noarch.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpWDNvQlVQLVVlTEU/edit?usp=sharing">python-feedgen-0.2.4-1.fc17.noarch.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpZ2ZJVHRPWGRub2s/edit?usp=sharing">python-feedgen-0.2.4-1.el6.noarch.rpm</a></li>
|
||||
</ul>
|
||||
<p>Simply download the file and run:</p>
|
||||
<div class="highlight-python"><pre>$ yum localinstall python-feedgen-...noarch.rpm</pre>
|
||||
</div>
|
||||
<p>If you want to build RPMs for other distributions you can use the following Source RPM:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpWDNsVjRVQ0p5UkU/edit?usp=sharing">python-feedgen-0.2.3-1.fc18.src.rpm</a></li>
|
||||
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpQkJzWTdnSEUwMms/edit?usp=sharing">python-feedgen-0.2.4-1.fc18.src.rpm</a></li>
|
||||
</ul>
|
||||
<p><strong>Using pip</strong></p>
|
||||
<p>You can also use pip to install the feedgen module. Simply run:</p>
|
||||
|
|
Loading…
Reference in a new issue