Thanks for wanting to help out!
Create a new setup.py
:
from setuptools import setup
setup()
Install package
pip install -e .
Run the example from the README and make sure the output looks correct.
Make sure the above test is successful, then make a pull-request on GitHub.