diff options
author | Martin Vilcans <martin@librador.com> | 2011-08-22 23:55:58 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-08-23 00:11:51 +0200 |
commit | 6b6778efa4d0885e85cc385d448adf632b4e1a7c (patch) | |
tree | 07f906c71688e155861beb60ee8b059557245443 | |
parent | 0f4d62b151d230e22065b917d09d6826a517d140 (diff) | |
download | screenplain-6b6778efa4d0885e85cc385d448adf632b4e1a7c.tar.gz |
Development notes
-rw-r--r-- | README.markdown | 14 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 16 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 + 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 |