diff options
author | Martin Vilcans <martin@librador.com> | 2014-10-09 18:52:57 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-10-09 18:52:57 +0200 |
commit | 527ef777921efebf1bda6ef0ccfd724165de8477 (patch) | |
tree | 81a4d4f69b6a7856c437f27d020d5179c3a2688d /README.markdown | |
parent | 63843e9b485b13274a6024d34a5bd6a9c07f63e3 (diff) | |
download | screenplain-527ef777921efebf1bda6ef0ccfd724165de8477.tar.gz |
Function to add one line at a time to a Dialog
This is useful for parsers that receive character, dialog and
parentheticals as separate elements.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 1979d48..90bd645 100644 --- a/README.markdown +++ b/README.markdown @@ -33,6 +33,11 @@ the master branch may not always work. I'm currently working on supporting the whole [Fountain](http://fountain.io) specification. (Fountain was previously known as "Screenplay Markdown" or "SPMD.") +Installing +========== + + pip install screenplain + Credits ======= |