From 598d06a936d3fb0af1e781e905c02c82dee67930 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 14 Jan 2016 21:10:11 +0100 Subject: [PATCH] Improve docs on how to run patool on windows. [ci skip] --- doc/web/content/index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/web/content/index.md b/doc/web/content/index.md index ebf4157..7e46035 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -55,14 +55,21 @@ Or after downloading the patool .whl file: 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. If you install from source read the [installation instructions](https://github.com/wummel/patool/blob/master/doc/install.txt). +Running +-------- +After installation there should be a ```/usr/bin/patool``` binary under Unix +systems, under Windows should exist a file ```c:\python2.7\scripts\patool```. + +Use ```patool``` to run for Linux or OSX systems, on Windows use +```c:\python2.7\python2.7.exe c:\python2.7\scripts\patool```. + +See the following chapter for usage examples. + Examples ---------