Skip to main content

Installing the Nomadic SDK

This guide covers the installation and basic configuration of the Nomadic 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 nomadic.

Next Steps

Now that you have the SDK installed and configured, you can:

Self-Hosted VPC Setup

Deploy and manage Nomadic within your own Virtual Private Cloud.

Quickstart Guide

Get started quickly with a hands-on example.