File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,9 @@ ipython_config.py
107107# install all needed dependencies.
108108# Pipfile.lock
109109
110- # poetry
111- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
112- # This is especially recommended for binary packages to ensure reproducibility, and is more
113- # commonly ignored for libraries.
114- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
115- # poetry.lock
110+ # uv
111+ # https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile
112+ # uv.lock
116113
117114# pdm
118115# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
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/how-to/install-pipx /)
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