From 537299d50dcf43aaa63350a5e56e6cfe33d4c949 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 3 Jan 2021 15:27:52 -0800 Subject: [PATCH] Development info --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5aeec94 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Requirements + +* Python 3.9 +* Set up virtual env + + % python3.9 -m venv caster_env + % source caster_env/bin/activate + + % python3.9 -m pip install --upgrade pip + % pip install urwid pychromecast nest_asyncio + +# Debug flow + +In run terminal - redirect STDERR from caster to an output file: + + % ./caster.py 2> ste + +In another terminal, monitor the output file: + + % tail -f ste