From b37df75f02105e703698bace53099b5f4d21208c Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Thu, 2 Apr 2026 14:44:21 +0200 Subject: [PATCH] mention 'uv integration Added information about using 'uv' as an environment manager and its extension library. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53bb94b..ed555d4 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ This pathway has allowed us support Conda albeit with some work. For examples using Conda, check out the facial rec repository a)bove or look into how we [build](scripts/build-conda-docker) our test [docker containers](dockerfiles/CondaDockerfile). +##### uv +In case of using [uv](https://docs.astral.sh/uv/) as environment manager we have an extension library: +https://github.com/behrica/libpython-clj-uv +which further automates the environment management, so that we get a full declarative management of python version and python libraries #### devcontainer The scicloj community is maintaining a `devcontainer` [template](https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj) on which `libpython-clj` is know to work