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 ++++++++++++++ requirements.txt | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 requirements.txt 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 + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dd42aec --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +reportlab +unittest2 -- cgit v1.2.3