You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,10 @@ This pathway has allowed us support Conda albeit with some work. For examples
171
171
using Conda, check out the facial rec repository a)bove or look into how we
172
172
[build](scripts/build-conda-docker)
173
173
our test [docker containers](dockerfiles/CondaDockerfile).
174
+
##### uv
175
+
In case of using [uv](https://docs.astral.sh/uv/) as environment manager we have an extension library:
176
+
https://github.com/behrica/libpython-clj-uv
177
+
which further automates the environment management, so that we get a full declarative management of python version and python libraries
174
178
175
179
#### devcontainer
176
180
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
0 commit comments