diff options
author | Martin Vilcans <martin@librador.com> | 2014-10-15 00:40:44 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-10-15 00:40:44 +0200 |
commit | 5bc3859d931ea9d15824ebc9038bca5530c2f48f (patch) | |
tree | 2fe4f21a64e85692bcc95c479c6c3959569b2b4c | |
parent | d665b51438372b109bfd6bebe1d06fd110fca85d (diff) | |
download | screenplain-5bc3859d931ea9d15824ebc9038bca5530c2f48f.tar.gz |
How to install with PDF support
-rw-r--r-- | README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
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 ======= |