File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff 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'
7978just setup
8079
8180# Install the project locally
Original file line number Diff line number Diff 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/)
You can’t perform that action at this time.
0 commit comments