Skip to content

Installation

Prerequisites

  • Python 3.12+
  • uv package manager

Setup

Clone the repository and install dependencies:

git clone https://github.com/Open-Athena/Ocean_Emulator.git
cd Ocean_Emulator
uv sync --dev
source .venv/bin/activate

Verify Installation

Print the training CLI help to confirm everything is set up correctly:

uv run -m ocean_emulators.train --help