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 ba48d18 commit 2dd1a00Copy full SHA for 2dd1a00
website/www/index.txt
@@ -142,7 +142,10 @@ steps (change the ``-2.2.0`` version identifier to match your downloaded
142
file).
143
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``
+ 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
149
3. ``cd roundup-2.2.0``
150
4. ``python demo.py``
151
0 commit comments