Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 526 Bytes

File metadata and controls

30 lines (21 loc) · 526 Bytes

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