Improve docs on how to run patool on windows.

[ci skip]
This commit is contained in:
Bastian Kleineidam 2016-01-14 21:10:11 +01:00
parent d9f1372243
commit 598d06a936
1 changed files with 10 additions and 3 deletions

View File

@ -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 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.
If you install from source read the If you install from source read the
[installation instructions](https://github.com/wummel/patool/blob/master/doc/install.txt). [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 Examples
--------- ---------