From 7a6d6e24c615e5684e03ba3fb431ba6dfff59c9b Mon Sep 17 00:00:00 2001 From: Daniel Schulte Date: Sun, 18 Mar 2018 17:14:00 +0100 Subject: [PATCH] Add section about developing/testing the application to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 866a2bd..2d0c487 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,6 @@ If you don't want to see retweets make sure to include the `-n` or`--no-retweets venv/bin/python3 printer.py --printer /path/to/print "#hashtag1" "#hashtag2" ``` If you want to see retweets in this mode make sure to include the `-r` or `--retweets` option in the commandline above + +# Developing/Testing +You can test this application without a thermal printer connected by simply omitting the `-p`/`--printer` argument when starting it. In that case you'll just get the output in your terminal.