-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Migrate from dependency management via pip --break-system-packages and requirements/ files to uv.
uv is faster than pip and using a venv, we don't risk conflicts with other parts of the OS.
Is your feature request related to a problem?
Describe the solution you'd like
- Migrate over to
uv - Change
Makefile/``just accordingly - Change
setup.shto activate the venv with source-allsa- Idea: Change the terminal prompt, once sourced. I don't want it to always show
(.venv)or something and we could use it as an indicator for having sourced already. Maybe the prompt could look like:
🤖 <user>@<host> ׀
- Idea: Change the terminal prompt, once sourced. I don't want it to always show
Describe alternatives you've considered
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🔖 Ready