We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5fa6b commit f349738Copy full SHA for f349738
website/www/index.txt
@@ -184,7 +184,7 @@ Follow the source gratification mode with these steps (change the
184
2. ``tar -xzvf roundup-2.3.0.tar.gz``
185
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``
+ ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz``
188
189
190
3. ``cd roundup-2.3.0``
0 commit comments