Skip to content

Commit a274031

Browse files
authored
Update / fix README template (#356)
1 parent cd3e0be commit a274031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{cookiecutter.project_name}}/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in particular, the [API documentation][].
1616
## Installation
1717

1818
You need to have Python 3.10 or newer installed on your system.
19-
If you don't have Python installed, we recommend installing [Mambaforge][].
19+
If you don't have Python installed, we recommend installing [uv][].
2020

2121
There are several alternative options to install {{ cookiecutter.project_name }}:
2222

@@ -47,10 +47,10 @@ If you found a bug, please use the [issue tracker][].
4747

4848
> t.b.a
4949
50-
[mambaforge]: https://github.com/conda-forge/miniforge#mambaforge
50+
[uv]: https://github.com/astral-sh/uv
5151
[scverse discourse]: https://discourse.scverse.org/
5252
[issue tracker]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name }}/issues
53-
[tests]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}/actions/workflows/test.yml
53+
[tests]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}/actions/workflows/test.yaml
5454
[documentation]: https://{{ cookiecutter.project_name }}.readthedocs.io
5555
[changelog]: https://{{ cookiecutter.project_name }}.readthedocs.io/en/latest/changelog.html
5656
[api documentation]: https://{{ cookiecutter.project_name }}.readthedocs.io/en/latest/api.html

0 commit comments

Comments
 (0)