Installation

Pip

pip install octue==x.y.z

Poetry

Read more about Poetry here.

poetry add octue=x.y.z

Add to your dependencies

To use a specific version of the Octue SDK in your python application, simply add:

octue==x.y.z

to your requirements.txt or setup.py file, where x.y.z is your preferred version of the SDK (we recommend the latest stable version).