From 3c7c97728db742e8018e9e7fae7c3ee1fe70aed5 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 9 Sep 2014 21:46:51 +0200 Subject: [PATCH] Improved pip installation docs. [ci skip] --- doc/web/content/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/web/content/index.md b/doc/web/content/index.md index f59672b..f8cb984 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -38,9 +38,11 @@ Installation The easy way with pip: ```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. If you install from source read the