Skip to content

Commit ab67c66

Browse files
authored
Merge pull request #399 from posit-dev/feature/update-readme-uv
docs: replace pipx/poetry references with uv
2 parents 9be56f0 + 4072917 commit ab67c66

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Run these commands from the `posit-bakery/` directory:
7575

7676
```bash
7777
# Install dependencies
78-
pipx install 'poetry>=2'
7978
just setup
8079

8180
# Install the project locally

posit-bakery/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [bakery](./posit_bakery/) command line interface (CLI) binds together variou
77
### Prerequisites
88

99
* [python](https://docs.astral.sh/uv/guides/install-python/)
10-
* [pipx](https://pipx.pypa.io/stable/how-to/install-pipx/)
10+
* [uv](https://docs.astral.sh/uv/getting-started/installation/)
1111
* [docker buildx bake](https://github.com/docker/buildx#installing)
1212
* [just](https://just.systems/man/en/prerequisites.html)
1313
### 3rd Party Tools
@@ -26,10 +26,10 @@ The [bakery](./posit_bakery/) command line interface (CLI) binds together variou
2626

2727
### CLI Installation
2828

29-
1. Install `bakery` using `pipx`
29+
1. Install `bakery` using `uv tool`
3030

3131
```bash
32-
pipx install 'git+https://github.com/posit-dev/images-shared.git@main#subdirectory=posit-bakery&egg=posit-bakery'
32+
uv tool install 'git+https://github.com/posit-dev/images-shared.git@main#subdirectory=posit-bakery&egg=posit-bakery'
3333
```
3434

3535
## Examples
@@ -226,8 +226,4 @@ Bakery also adds the following tags to the latest image version:
226226
just
227227
```
228228

229-
- [poetry](https://python-poetry.org/docs/#installing-with-pipx)
230-
231-
```bash
232-
pipx install 'poetry>=2'
233-
```
229+
- [uv](https://docs.astral.sh/uv/getting-started/installation/)

0 commit comments

Comments
 (0)