Skip to main content
This guide is for users who installed Haiqu SDK locally using the Local Installation guide.
1

Activate Conda environment

Activate your Conda environment as follows:
conda activate haiqu-env
2

Update SDK

pip install --upgrade 'git+https://GITHUB_TOKEN@github.com/haiqu-ai/haiqu-sdk.git#egg=haiqu-sdk'
Pip will handle all dependencies automatically and you will always install the latest (and well-tested) version.
3

Verify the installation

Pip output should include the final message:
Successfully installed haiqu-sdk-x.y.z