diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:37:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:37:00 -0500 |
commit | 0220145cc4f751edc35cff88e9e461105f9d60c2 (patch) | |
tree | 9f843f2ee0bfc143d064ecc2b83c130248fcbc63 | |
parent | c7f3697e686765a984587df6b49fb7cddc7ef2d3 (diff) | |
download | hypervideo-gui-0220145cc4f751edc35cff88e9e461105f9d60c2.tar.lz hypervideo-gui-0220145cc4f751edc35cff88e9e461105f9d60c2.tar.xz hypervideo-gui-0220145cc4f751edc35cff88e9e461105f9d60c2.zip |
update README.md: add Debug mode
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -32,6 +32,15 @@ Just set up Python3 with libraries PyQt5. Run `make demo` or `python script.py` + +#### Debug mode + +`$ make DEBUG=1 demo` + +or + +`$ python script.py -v` + ### Generate Tarball Require `pandoc` for generate README.txt |