Getting Started
Installation
Install and configure the NomadicML SDK
Installing the NomadicML SDK
This guide covers the installation and basic configuration of the NomadicML Python SDK.
Prerequisites
- Python 3.8 or higher
- pip (Python package installer)
Installation Options
Standard Installation
Install the SDK directly from PyPI:
This is the recommended method for most users.
Basic Configuration
Once you have the SDK installed and your API key, you can initialize the client:
Verifying Installation
To verify that everything is set up correctly:
Troubleshooting
For authentication issues, see the Authentication Guide.
For package conflicts, try installing in a virtual environment or upgrading to the latest version with pip install --upgrade nomadicml
.
Next Steps
Now that you have the SDK installed and configured, you can: