Installation#
Requirements#
Python 3.10 or later
A valid Ionworks API key (see Authentication)
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.