Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/www/index.txt Wed Aug 16 13:35:25 2023 -0400 +++ b/website/www/index.txt Thu Aug 17 11:03:45 2023 -0400 @@ -184,7 +184,7 @@ 2. ``tar -xzvf roundup-2.3.0.tar.gz`` * if you don't have a tar command (e.g windows), use: - ``python -c 'import tarfile; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz`` + ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz`` 3. ``cd roundup-2.3.0``
