From 5bc3859d931ea9d15824ebc9038bca5530c2f48f Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 15 Oct 2014 00:40:44 +0200 Subject: How to install with PDF support --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 90bd645..3ebb453 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,10 @@ Installing pip install screenplain +To enable PDF output, install with the PDF extra (installs ReportLab): + + pip install 'screenplain[PDF]' + Credits ======= -- cgit v1.2.3