Fix download links and add wheel file

[ci skip]
This commit is contained in:
Bastian Kleineidam 2015-12-08 22:01:43 +01:00
parent 392db0af6f
commit 3a04121d03
3 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,6 @@
title: portable archive file manager title: portable archive file manager
description: patool is a portable archive file manager description: patool is a portable archive file manager
slug: index
--- ---
Introduction Introduction
------------- -------------
@ -42,7 +43,20 @@ The easy way with pip:
sudo pip install patool sudo pip install patool
``` ```
After that there should exist a ```/usr/bin/patool``` binary. And on Windows:
```bash
c:\python2.7\scripts\pip install patool
```
Or after downloading the patool .whl file:
```bash
c:\python2.7\scripts\pip install patool-1.9-py2.py3-none-any.whl
```
After that there should exist a ```/usr/bin/patool``` or
```c:\python2.7\scripts\patool``` binary.
For Python 2.x you'll need at least Python 2.7, for Python 3.x at least Python 3.3. For Python 2.x you'll need at least Python 2.7, for Python 3.x at least Python 3.3.

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -10,12 +10,11 @@
<a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}.tar.gz" <a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}.tar.gz"
title="Source .tar.gz package" title="Source .tar.gz package"
id="download-tar-gz" class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a> id="download-tar-gz" class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
<a href="http://wummel.github.io/{{site.app.name}}/dist/{{site.app.name}}-{{site.app.version}}.exe" <a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}-py2.py3-none-any.whl"
title="Windows .exe installer" title="Wheel .whl package"
id="download-exe" class="button"><span>{{site.app.name}}-{{site.app.version}}.exe</span></a> id="download-exe" class="button"><span>{{site.app.name}}-{{site.app.version}}.whl</span></a>
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a> <a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>
<!-- <p> <!-- <p>
<a href="https://github.com/wummel/patool/blob/master/patool.freecode">Release notes</a>
<a href="https://github.com/wummel/patool/blob/master/doc/changelog.txt">Changelog</a> <a href="https://github.com/wummel/patool/blob/master/doc/changelog.txt">Changelog</a>
</p> --> </p> -->
</section> </section>