parent
d9f1372243
commit
598d06a936
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Reference in New Issue