From a66878b30a4a43a1f4ad10c6f980e48c9b8c9c9e Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sat, 10 Sep 2011 22:13:12 +0200 Subject: Readme with info about how to install python2.5 --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index cf66751..5cb9133 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,11 @@ The input to Screenplain is *Screenplay Markdown* as [proposed by Stu Maschwitz] Developing ========== +Screenplain is written for Python 2.5, which is no longer available in +Ubuntu at least, but see +[this link](http://kovshenin.com/archives/installing-python-2-5-on-ubuntu-linux-10-10/) +about how to install it. + To install reportlab, you'll need Python's development files. In Ubuntu, just do -- cgit