mraardvark / pyupdi

Python UPDI driver for programming "new" tinyAVR and megaAVR devices
MIT License
210 stars 73 forks source link

Add setup.py for installations via pip #46

Closed ansemjo closed 4 years ago

ansemjo commented 4 years ago

This way you can install the tool directly from a GitHub archive and it is placed in your PATH if you have pip configured correctly:

pip install https://github.com/mraardvark/pyupdi/archive/master.zip

I have omitted versioning, since the repository does not have any tags yet. This PR is only meant to ease installations.