From 6b6778efa4d0885e85cc385d448adf632b4e1a7c Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Mon, 22 Aug 2011 23:55:58 +0200 Subject: Development notes --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index a561dcb..4154d9b 100644 --- a/README.markdown +++ b/README.markdown @@ -36,3 +36,17 @@ Input format ============ See http://prolost.com/storage/downloads/spmd/SPMD_proposal.html + +Developing +========== + +To install reportlab, you'll need Python's development files. In +Ubuntu, just do + + sudo apt-get install python2.5-dev + +Set up environment using virtualenvwrapper: + + mkvirtualenv -p python2.5 --no-site-packages screenplain + pip install -r requirements.txt + -- cgit