Holger Frey
7 years ago
1 changed files with 11 additions and 1 deletions
@ -1,3 +1,13 @@ |
|||||||
# arduino-timetable |
# arduino-timetable |
||||||
|
|
||||||
Module to send commands to an Arduino based on a time table. |
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 |
||||||
|
~~~ |
||||||
|
Loading…
Reference in new issue