From 5cfe868a88c5085ddd381646c7f18763a2e2701f Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 14 Sep 2017 15:31:56 +0200 Subject: [PATCH] Added note on Pyinstaller to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 017afb8..e9d5ed3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # arduino-timetable -Module to send commands to an Arduino based on a time table. \ No newline at end of file +Module to send commands to an Arduino based on a time table. + + +### Regarding Pyinstaller + +As of September 2017 the Pyinstaller version on PyPi is not ready for +Python 3.6, the developementversion is needed: + +~~~ +pip install https://github.com/pyinstaller/pyinstaller/tarball/develop +~~~