cluv
This is a quick overview. For more information, check out the introduction.
Installation
-
(optional) Install UV: https://docs.astral.sh/uv/getting-started/installation/
-
Install this package:
- Navigate to an existing project, and add the cluv config to your
pyproject.toml:
Usage
To view all available commands, use the --help flag:
Here are some common workflows:
Setup cluv in an existing project
cd ~/my-project # Cluv requires your project to be located somewhere under your home directory (`$HOME`).
cluv init