Installation#

Requirements#

Install from PyPI#

Install the package using pip:

pip install ionworks-api

Or with uv:

uv pip install ionworks-api

Verify the installation#

Check that the package is installed correctly:

import ionworks
print(ionworks.__version__)

Next steps#

Once installed, head to Authentication to configure your API credentials.