- Run
slap config --venv-type=UV
- Create a new venv with UV and activate it
- Run
slap install in it (you need your CWD to be a Python project installable by Slap)
- Notice how it tries to use Pip
It would also be good if it were able to detect the virtual environment type automatically.
slap config --venv-type=UVslap installin it (you need your CWD to be a Python project installable by Slap)It would also be good if it were able to detect the virtual environment type automatically.