diff --git a/doc/web/content/index.md b/doc/web/content/index.md index 61d38f7..16d436e 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -1,5 +1,6 @@ title: portable archive file manager description: patool is a portable archive file manager +slug: index --- Introduction ------------- @@ -42,7 +43,20 @@ The easy way with pip: 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. diff --git a/doc/web/media/images/paypal-donate-button.png b/doc/web/media/images/paypal-donate-button.png new file mode 100644 index 0000000..fcdc949 Binary files /dev/null and b/doc/web/media/images/paypal-donate-button.png differ diff --git a/doc/web/templates/default.html b/doc/web/templates/default.html index 23fb2a1..7827ab7 100644 --- a/doc/web/templates/default.html +++ b/doc/web/templates/default.html @@ -10,12 +10,11 @@ {{site.app.name}}-{{site.app.version}}.tar.gz - {{site.app.name}}-{{site.app.version}}.exe + {{site.app.name}}-{{site.app.version}}.whl View on GitHub