Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: allow other options than pip in Makefile
This allows using `uv` for instance : ``` # create the venv with an arbitrary python version uv venv venv --python 3.9 # use uv instead of pip for the install PIP="uv pip" make install ```
- Loading branch information