Use the included setup.py script to install the package
./setup.py install
If you get an error such as "Permission denied" or "Not executable" when running
the command './setup.py install', then you may need to manually run setup.py
using your Python interpreter, e.g. 'python3' like so:
python3 setup.py install