We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf7df7 commit ece7546Copy full SHA for ece7546
1 file changed
.github/templates/.release_notes.md.j2
@@ -1,6 +1,10 @@
1
{%- set releases = context.history.released.items() | list -%}
2
{%- set prev_version = releases[1][0] -%}
3
## Release Notes
4
-
5
{% include ".changes.j2" %}
6
{{ "**Full Changelog**: (%s)" | format(prev_version | compare_url(version)) }}
+## Installation
7
+You can install this version via pip from [PyPI](https://pypi.org/project/python-re3data/{{ version }}/):
8
+```console
9
+python -m pip install python-re3data=={{ version }}
10
+```
0 commit comments