aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2011-08-22 23:55:58 +0200
committerMartin Vilcans <martin@librador.com>2011-08-23 00:11:51 +0200
commit6b6778efa4d0885e85cc385d448adf632b4e1a7c (patch)
tree07f906c71688e155861beb60ee8b059557245443 /README.markdown
parent0f4d62b151d230e22065b917d09d6826a517d140 (diff)
downloadscreenplain-6b6778efa4d0885e85cc385d448adf632b4e1a7c.tar.gz
Development notes
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 14 insertions, 0 deletions
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
+