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 80de41c commit 194bb0aCopy full SHA for 194bb0a
website/www/index.txt
@@ -182,8 +182,9 @@ Follow the source gratification mode with these steps (change the
182
1. ``python3 -m pip download roundup``
183
2. ``tar -xzvf roundup-2.3.0.tar.gz``
184
185
- * if you don't have a tar command (e.g windows), use:
186
- ``python -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.3.0.tar.gz``
+ * if you don't have a tar command (e.g windows), use::
+
187
+ 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