installation a bit less manual.
Right now the installation instructions call out the two python
external dependencies (pyserial and PyQT5), but assumes the dependencies
are installed globally.
I suggest adding a requirements file (and its pipenv equivalent:
Pipfile) so folks can use the normal python installation tools.
This pull request adds those files. Tested under WSL and Ubuntu 18.