From 4072917248a934a23a741c47b3662432730abe8a Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Wed, 25 Mar 2026 10:24:32 -0700 Subject: [PATCH] docs: replace pipx/poetry references with uv in README and CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 - posit-bakery/README.md | 12 ++++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e6fab6d6..35eb2dfc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,7 +75,6 @@ Run these commands from the `posit-bakery/` directory: ```bash # Install dependencies -pipx install 'poetry>=2' just setup # Install the project locally diff --git a/posit-bakery/README.md b/posit-bakery/README.md index a323e757..74ffbccc 100644 --- a/posit-bakery/README.md +++ b/posit-bakery/README.md @@ -7,7 +7,7 @@ The [bakery](./posit_bakery/) command line interface (CLI) binds together variou ### Prerequisites * [python](https://docs.astral.sh/uv/guides/install-python/) -* [pipx](https://pipx.pypa.io/stable/how-to/install-pipx/) +* [uv](https://docs.astral.sh/uv/getting-started/installation/) * [docker buildx bake](https://github.com/docker/buildx#installing) * [just](https://just.systems/man/en/prerequisites.html) ### 3rd Party Tools @@ -26,10 +26,10 @@ The [bakery](./posit_bakery/) command line interface (CLI) binds together variou ### CLI Installation -1. Install `bakery` using `pipx` +1. Install `bakery` using `uv tool` ```bash - pipx install 'git+https://github.com/posit-dev/images-shared.git@main#subdirectory=posit-bakery&egg=posit-bakery' + uv tool install 'git+https://github.com/posit-dev/images-shared.git@main#subdirectory=posit-bakery&egg=posit-bakery' ``` ## Examples @@ -226,8 +226,4 @@ Bakery also adds the following tags to the latest image version: just ``` -- [poetry](https://python-poetry.org/docs/#installing-with-pipx) - - ```bash - pipx install 'poetry>=2' - ``` +- [uv](https://docs.astral.sh/uv/getting-started/installation/)