update installation preferences

This commit is contained in:
2025-12-15 15:38:26 -08:00
parent df5262ec05
commit a12b952343

View File

@@ -59,9 +59,9 @@ files and give `symconf` something to act on. See
[Configuring](docs/reference/configuring.md) for details. [Configuring](docs/reference/configuring.md) for details.
# Installation # Installation
The recommended way to install `symconf` is via `pipx`, which is particularly The recommended way to install `symconf` is via `uv`'s "tool" subsystem, which
well-suited for managing Python packages meant to be used as CLI programs. With is well-suited for managing Python packages meant to be used as CLI programs.
`uv` on your system, you can install with With `uv` on your system, you can install with
```sh ```sh
uv tool install symconf uv tool install symconf