diff --git a/README.md b/README.md index 5f1dca3..2d1ab86 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,16 @@ It defines a `idfx` command familly. The builtin command set (`idfx conf`, `idfx `idefix_cli` is distributed via the Python Packaging Index (PyPI). -It is recommended to install this tool in isolation with [`pipx`](https://pipxproject.github.io/pipx/) as +It is recommended to install this tool at the system level, but still in isolation, +using for instance [`uv`](https://docs.astral.sh/uv/) as ```shell -$ pipx install "idefix_cli[isolated]" +$ uv tool install 'idefix-cli[isolated]' ``` -(adding `[isolated]` has the effect of pinning dependencies) +or [`pipx`](https://pipxproject.github.io/pipx/) +```shell +$ pipx install 'idefix-cli[isolated]' +``` +(adding `[isolated]` has the effect of pinning dependencies, but is optional) Otherwise, the most portable way to install the latest stable version is ```shell