File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Additional documentation:
136136Build prerequisites
137137
138138* [python](https://docs.astral.sh/uv/guides/install-python/)
139- * [pipx ](https://pipx.pypa.io/stable /installation/)
139+ * [uv ](https://docs.astral.sh/uv/getting-started /installation/)
140140* [docker buildx bake](https://github.com/docker/buildx#installing)
141141* [just](https://just.systems/man/en/prerequisites.html)
142142* [gh](https://github.com/cli/cli#installation) (required while repositories are private)
Original file line number Diff line number Diff line change 33install-bakery * OPTS :
44 #!/ bin/ bash
55 # TODO: Update this after package is published somewhere
6- pipx install {{ OPTS}} ' git+ssh://git@github.com/posit-dev/images-shared.git@main#egg=posit-bakery&subdirectory=posit-bakery'
6+ uv tool install {{ OPTS}} ' git+ssh://git@github.com/posit-dev/images-shared.git@main#egg=posit-bakery&subdirectory=posit-bakery'
77
88install-goss :
99 #!/ bin/ bash
You can’t perform that action at this time.
0 commit comments