Skip to content

Commit

Permalink
Fix PyPI link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored May 23, 2024
1 parent 87a407a commit 266dfb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Python installed, we recommend installing [Mambaforge](https://github.com/conda-
There are several alternative options to install {{ cookiecutter.project_name }}:

<!--
1) Install the latest release of `{{ cookiecutter.project_name }}` from `PyPI <https://pypi.org/project/{{ cookiecutter.project_name }}/>`_:
1) Install the latest release of `{{ cookiecutter.project_name }}` from [PyPI][link-pypi]:
```bash
pip install {{ cookiecutter.project_name }}
Expand Down Expand Up @@ -54,3 +54,4 @@ If you found a bug, please use the [issue tracker][issue-tracker].
[changelog]: https://{{ cookiecutter.project_name }}.readthedocs.io/latest/changelog.html
[link-docs]: https://{{ cookiecutter.project_name }}.readthedocs.io
[link-api]: https://{{ cookiecutter.project_name }}.readthedocs.io/latest/api.html
[link-pypi]: https://pypi.org/project/{{ cookiecutter.project_name }}

0 comments on commit 266dfb0

Please sign in to comment.