That is the incantation.
I memorized it quickly enough from some time experimenting with cuda/ai tools.
python -m venv .
. bin/activate
pip install -r requirements.txt
`uvx <tool name>` and you're done. You don't even need to install the tool first.
I memorized it quickly enough from some time experimenting with cuda/ai tools.
python -m venv .
. bin/activate
pip install -r requirements.txt