Installation Instructions
=========================

For system-wide usage (Ubuntu 12.04)
------------------------

sudo apt-get install poppler-utils python3 python3-setuptools
sudo easy_install3 pdfserenitynow

For development (Ubuntu 12.04)
------------------------------

sudo apt-get install poppler-utils 
git clone http://brousch@git.code.sf.net/p/pdfserenitynow/code pdfserenitynow
cd pdfserenitynow
virtualenv -p python3.2 venv
source venv/bin/activate
