Skip to content

Commit ba41b30

Browse files
committed
docs: add link to security.txt release tarball verification.
1 parent d3014cc commit ba41b30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/installation.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ program you can run ``python demo.py`` instead.)
7474
.. _install the source:
7575

7676
1. ``python3 -m pip download roundup``
77+
78+
* (If you are really impatient, you probably don't want to
79+
`verify the downloaded file <security.html#verify-source-tarball>`_.)
80+
7781
2. ``tar -xzvf roundup-2.2.0.tar.gz``
7882

7983
* if you don't have a tar command, ``python3 -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.2.0.tar.gz`` can be used.

0 commit comments

Comments
 (0)