There are two supported methods for installing the Python SDK.
You can use Pip to install directly from GitHub:
pip install git+https://github.com/Flowmill/flowmill-python-api.git
Alternately, you can download the Flowmill SDK locally and install using Setuptools​
git clone git+https://github.com/Flowmill/flowmill-python-api.gitcd flowmill-python-apipython setup.py install --user