Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PyPI link in README #286

Merged
merged 1 commit into from
May 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading