Closed schmurfy closed 2 years ago
I am using mac port to setup my develop environment. here is some tips:
the packaged mac distribution by py2app could be more than 100MB, if you have any idea how to reduce the size please let me know, thank you~
thanks, I will try that.
I use Homebrew and, based on your instructions, this worked for me:
$ brew install python3
$ brew install pyqt5
$ pip3 install pyserial
$ python3 mDraw.py
Can we add these to the README ?
is there any information somewhere on how to run it from the sources and build the final executable from it ? (On Mac OS X in my case)