comparison website/www/index.txt @ 7131:efb2aa271256

Prefer use of real (gnu) tar apparently extractall() doesn't strip leading / etc from tarball. Even though the tarball should be in good form, use the safer alternative first.
author John Rouillard <rouilj@ieee.org>
date Mon, 30 Jan 2023 12:23:02 -0500
parents 88768965868a
children 9d0fea9f3482
comparison
equal deleted inserted replaced
7130:890b55c374a3 7131:efb2aa271256
140 To create a source directory and run the demo follow these simple 140 To create a source directory and run the demo follow these simple
141 steps (change the ``-2.2.0`` version identifier to match your downloaded 141 steps (change the ``-2.2.0`` version identifier to match your downloaded
142 file). 142 file).
143 143
144 1. ``python -m pip download roundup`` 144 1. ``python -m pip download roundup``
145 2. ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.2.0.tar.gz`` 145 2. ``tar -xzvf roundup-2.2.0.tar.gz``
146
147 * if you don't have a tar command, ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.2.0.tar.gz`` can be used.
148
146 3. ``cd roundup-2.2.0`` 149 3. ``cd roundup-2.2.0``
147 4. ``python demo.py`` 150 4. ``python demo.py``
148 151
149 Roundup was originally released as version 0.1.1 in late August, 2001. 152 Roundup was originally released as version 0.1.1 in late August, 2001.
150 The first `change note`_ written said: 153 The first `change note`_ written said:

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