JDLL icon indicating copy to clipboard operation
JDLL copied to clipboard

Reducing python environment configuration time

Open pr4deepr opened this issue 5 months ago • 4 comments

For configuring cellpose or stardist python environments in DeepImagej, I noticed that you use 'pip' install. Have you considered using 'uv' ? It's a python package manager developed in Rusy You would install uv first using pip and then install packages using the syntax 'uv pip install PACKAGE'. It's extremely fast with resolving dependencies and installation. I prefer it more than mamba or pip.

pr4deepr avatar May 16 '25 21:05 pr4deepr