ntoll / uflash

A module and command to easily flash Python onto the BBC's micro:bit device.
http://micropython.org/
MIT License
101 stars 27 forks source link

uflash should run without installing #24

Closed tjguk closed 7 years ago

tjguk commented 7 years ago

At present, uflash relies on the setuptools console entry points mechanism via setup.py, which means you can't just do "uflash.py args" even though it's just one module!

ntoll commented 7 years ago

Fixed by a20b0f59e445271436e8e768d5329b74881dab43

Thanks @tjguk