Skip to content

Installation

Requirements

  • Python 3.12 or higher
  • Docker — must be installed and running (Get Docker)
  • Google Gemini API key — free at Google AI Studio
  • PostgreSQL database — any accessible PostgreSQL instance

Install the SDK

pip install oneprompt

This installs the oneprompt Python package and the op CLI tool.

Verify installation

op --version

What gets installed

Component Description
oneprompt Python SDK package
tp CLI tool for project management
Docker images Built automatically on first op start

Next steps

Once installed, follow the Quick Start guide to initialize a project and run your first query.