From e879d211fdbb7a0f7a76f4ca9f5d86666a3376df Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 21 Feb 2013 17:50:08 +0100 Subject: [PATCH] Updated installation instructions. --- doc/install.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/install.txt b/doc/install.txt index d47ec05..00f9fe1 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -5,14 +5,15 @@ First, install the required software. 1. Python >= 2.7 from http://www.python.org/ - Be sure to also have installed the included distutils module. - On most distributions, the distutils module is included in - an extra ``python-dev`` package. - Now install the application. -1. +1. Installation with pip + + If you have pip installed: ``pip install patool`` + +2. Installation from source + a) Installation as root Run ``sudo python setup.py install`` to install patool.