Skip to content

NASA-IMPACT/akd-ext

Repository files navigation

akd-ext

Misc extension to akd-core.

Installation

Using uv (recommended)

uv pip install git+https://github.com/NASA-IMPACT/akd-ext.git@develop

For development

git clone https://github.com/NASA-IMPACT/akd-ext.git
cd akd-ext
git checkout develop
uv venv --python 3.12
uv sync  # preferred
source .venv/bin/activate

Running scripts

The best way to execute scripts is with uv run:

uv run python your_script.py