comparison website/www/index.txt @ 7606:7301b776a94a

fix missing import. It got copied incorrectly from instaltion.txt.
author John Rouillard <rouilj@ieee.org>
date Thu, 17 Aug 2023 11:03:45 -0400
parents 2c6acd503f00
children cc4f2a1d271c
comparison
equal deleted inserted replaced
7605:5b3ecdfd77f7 7606:7301b776a94a
182 182
183 1. ``python3 -m pip download roundup`` 183 1. ``python3 -m pip download roundup``
184 2. ``tar -xzvf roundup-2.3.0.tar.gz`` 184 2. ``tar -xzvf roundup-2.3.0.tar.gz``
185 185
186 * if you don't have a tar command (e.g windows), use: 186 * if you don't have a tar command (e.g windows), use:
187 ``python -c 'import tarfile; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz`` 187 ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz``
188 188
189 189
190 3. ``cd roundup-2.3.0`` 190 3. ``cd roundup-2.3.0``
191 4. ``python3 demo.py`` 191 4. ``python3 demo.py``
192 192

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