Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 405 Bytes

pymmcore-nano

Experimental python bindings for CMMCore using nanobind.

Setup

git clone https://github.com/pymmcore-plus/pymmcore-nano.git
git submodule update --init --recursive

make sure you have uv installed, if not: https://docs.astral.sh/uv/getting-started/installation/

create environment and install in editable mode

make install

test

make test