Improved pip installation docs.

[ci skip]
This commit is contained in:
Bastian Kleineidam 2014-09-09 21:46:51 +02:00
parent dcb44927cc
commit 3c7c97728d
1 changed files with 3 additions and 1 deletions

View File

@ -38,9 +38,11 @@ Installation
The easy way with pip: The easy way with pip:
```bash ```bash
pip install patool sudo pip install patool
``` ```
After that there should exist a ```/usr/bin/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