From 24243aad2f285ec675ed13b5a675cdaffe631de9 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Wed, 27 May 2026 23:04:51 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 707216b..c765103 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,9 @@ pip install . ``` (if you're new to pip-venvs, [this brief guide might be helpful](https://pages.uoregon.edu/tgorordo/courses/uoph410-510a_Image-Analysis/setup.html)). - + + +(The core algorithm is also pretty dead simple, and you could just copy it over into your project too). ## Development Current development tooling is based on the [`uv`](https://docs.astral.sh/uv/) Python package and