diff --git a/.cruft.json b/.cruft.json index 0931545..519ed75 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "6cc246194b7f1e940721bade4aad5fb6c469dcd2", + "commit": "bc8e681b56909458bf28cd1e9d3a7c3cd6449ef4", "checkout": null, "context": { "cookiecutter": { @@ -37,7 +37,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "6cc246194b7f1e940721bade4aad5fb6c469dcd2" + "_commit": "bc8e681b56909458bf28cd1e9d3a7c3cd6449ef4" } }, "directory": null diff --git a/README.md b/README.md index c009cd7..0400b86 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,39 @@ If you don't have Python installed, we recommend installing [uv][]. There are several alternative options to install cookiecutter-scverse-instance: 1. Install the latest development version: -```bash -pip install git+https://github.com/scverse/cookiecutter-scverse-instance.git@main -``` + ```bash + uv add git+https://github.com/scverse/cookiecutter-scverse-instance.git + ``` + +
+ If you prefer using `pip`: + + ```bash + pip install git+https://github.com/scverse/cookiecutter-scverse-instance.git + ``` + +
## Release notes