diff --git a/.copier-answers.yml b/.copier-answers.yml index 6b1c530ae..bce0f1d10 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5.0.2 +_commit: 5.0.3 _src_path: https://github.com/DiamondLightSource/python-copier-template author_email: callum.forrester@diamond.ac.uk author_name: Callum Forrester diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b268e6d1d..9429e2abc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects. -For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.2/how-to.html). +For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.3/how-to.html). diff --git a/Dockerfile b/Dockerfile index 0bda711c1..31ccc9dde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN uv add debugpy # Sync the project without its dev dependencies RUN --mount=type=cache,target=/root/.cache/uv \ - uv sync --locked --no-editable --no-dev + uv sync --locked --no-editable --no-dev --managed-python # The runtime stage copies the built venv into a runtime container FROM ubuntu:noble AS runtime diff --git a/README.md b/README.md index b3e208088..5ba2e7e5a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Lightweight bluesky-as-a-service wrapper application. Also usable as a library. -Source | +What | Where :---: | :---: +Source | PyPI | `pip install blueapi` Docker | `docker run ghcr.io/diamondlightsource/blueapi:latest` Documentation |