To update the pip install...
    - update the setup.py file
    - cd to reading_image_python folder in terminal:
        python setup.py sdist bdist_wheel
        twine upload dist/*
# Above line will package up whatever version is on local machine
# Will need to enter username and password for PyPI

