Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 4 additions & 8 deletions posit-bakery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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/)
Loading