Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Latest commit

 

History

History
76 lines (48 loc) · 2.04 KB

INSTALL

File metadata and controls

76 lines (48 loc) · 2.04 KB

pdfposter Installation Instructions

Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
Version: Version 0.6.1dev
Copyright: 2008-2013 by Hartmut Goebel
Licence:GNU Public Licence v3 (GPLv3)
Homepage:http://pythonhosted.org/pdftools.pdfposter/

Requirements

Pdfposter requires

Installation on Windows-Systems

Installation Requirements

Pdfposter uses setuptools for installation. Thus you need either

  • network access, so the install script will automatically download and install setuptools if they are not already installed

or

  • the correct version of setuptools preinstalled using the EasyInstall installation instructions. Those instructions also have tips for dealing with firewalls as well as how to manually download and install setuptools.

Installation

Install pdfposter by just running:

python ./setup.py install

Custom Installation Locations

pdfposter is just a single script (aka Python program). So you can copy it where ever you want (maybe fixing the first line). But it's easier to just use:

# install to /usr/local/bin
python ./setup.py install --prefix /usr/local

# install to your Home directory (~/bin)
python ./setup.py install --home ~

Please mind: This effects also the installation of PyPdf2 (and setuptools) if they are not already installed.

For more information about Custom Installation Locations please refer to the Custom Installation Locations Instructions before installing pdfposter.