Installing CAREamics with uv#
Follow uv installation guidelines to use uv.
Important
Please refer to the installing PyTorch section of uv documentation should you encounter issues running on GPU.
Using notebooks#
To run notebooks, install juv:
Running CAREamics examples#
CAREamics-examples contains multiple notebook examples that can be directly run with uv:
Running your own notebook#
To run your own notebook, we recommend adding PEP723 metadata:
You can also pin the CAREamics dependency in order to improve reproducibility:
CAREamics as a dependency#
In this section, we will describe creating a project with CAREamics as a dependency, using standard uv:
- Pin the dependency for reproducibility