Getting Started

Prerequisites

  • Python 3.8 or higher (3.9+ recommended)

  • pip package manager

  • Virtual environment (included with Python 3.3+)

Platform-specific setup:

macOS:

brew install python@3.11

Linux (Ubuntu/Debian):

sudo apt update
sudo apt install python3.11 python3.11-pip python3.11-venv

Windows:

  1. Download Python from python.org

  2. Run the installer and check "Add Python to PATH"

  3. Verify: python --version and pip --version

SDK Installation

Step 1 - Create a virtual environment:

Step 2 - Install the NCP SDK:

Step 3 - Verify installation:

Quick Verification

Create a simple test file to confirm everything is working:

Run it:

Last updated