Skip to content

Installation

Ember requires Python 3.11 or later. You can install it from source.

Prerequisites

  • CMake (>= 3.18)
  • C Compiler (GCC, Clang, or MSVC)
  • CUDA Toolkit (Optional, for GPU support)

Installing from Source

  1. Clone the repository:
git clone https://github.com/pawel002/ember
cd ember
  1. Create a virtual environment (recommended) and download dependencies:
uv sync
source .venv/bin/activate
  1. Install the package:
uv pip install -e .