comparison doc/installation.txt @ 8054:7df143a5c90b

docs: add link to security.txt release tarball verification.
author John Rouillard <rouilj@ieee.org>
date Wed, 03 Jul 2024 21:16:19 -0400
parents ebcda75b7adb
children f53fd57a0cf3
comparison
equal deleted inserted replaced
8053:740c1c5d9ec4 8054:7df143a5c90b
72 program you can run ``python demo.py`` instead.) 72 program you can run ``python demo.py`` instead.)
73 73
74 .. _install the source: 74 .. _install the source:
75 75
76 1. ``python3 -m pip download roundup`` 76 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
77 2. ``tar -xzvf roundup-2.2.0.tar.gz`` 81 2. ``tar -xzvf roundup-2.2.0.tar.gz``
78 82
79 * 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. 83 * 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.
80 84
81 3. ``cd roundup-2.2.0`` 85 3. ``cd roundup-2.2.0``

Roundup Issue Tracker: http://roundup-tracker.org/