whaleygeek / bitio

A micro:bit I/O device library for Python
Other
92 stars 31 forks source link

Add setup.py to allow pip install #24

Closed musabkilic closed 4 years ago

musabkilic commented 4 years ago

I've added setup.py file to allow users to run pip install src\. and install bitio easily. I've set version variable to 0.50c, because this will be the 50th commit if it's merged. Version variable may change and further improvements to the setup.py may be needed in order to upload to PyPI.

Uploading bitio package to PyPI to simply allow pip install bitio can be done using twine and documented on Python Packaging User Guide on Python.org.

whaleygeek commented 4 years ago

Fab, thanks!

I will be doing some bitio updates soon, so I will look into merging this along with publishing on PyPi so it is fast and easy for knowledgeable Python programmers to install at the command line.

Thank you very much for your contribution!