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: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 withpip install --upgrade nomadicml
.