Skip to main content

Installation

Prerequisites

  • Python 3.10 or higher
  • pip package manager
  • Git

Install from GitHub

These pages describe Orca 1.0.0, so clone that tag:

git clone --branch v1.0.0 https://github.com/Cheshire-Labs/orca.git
cd orca
pip install -e .

Dependencies

Orca depends on:

These are installed automatically with Orca.

Next Steps