Documentation

Installation

Install ModelRed SDK using pip package manager

Installation

Install ModelRed SDK

The ModelRed SDK is available on PyPI and can be installed using pip. Follow these steps to get up and running quickly.

Quick Installation

Simple Installation

Install the ModelRed SDK with a single pip command.

📦

Install from PyPI

TERMINAL
pip install modelred

Virtual Environment Setup

We strongly recommend using a virtual environment to avoid dependency conflicts.

🔨

Create Environment

BASH
python -m venv modelred-env
🍎

macOS/Linux

ACTIVATION
source modelred-env/bin/activate
🪟

Windows

ACTIVATION
modelred-env\Scripts\activate
📦

Install ModelRed

INSTALL
pip install modelred

Common Issues

⚠️ Permission Errors

pip install --user modelred

Use the --user flag to install in your user directory.

🔄 Upgrade Issues

pip install --upgrade modelred

Force upgrade to the latest version if you're experiencing issues.

Next Steps