comparison doc/installation.txt @ 7610:cc4f2a1d271c

docs: replace ' with " in windows tarfile examples The examples for using python to unpack a tarfile on windows used ' not ". I thought they were interchangable, but they are not. Only " works like I expect.
author John Rouillard <rouilj@ieee.org>
date Thu, 17 Aug 2023 13:54:01 -0400
parents 044dea25c1e2
children fae314043555
comparison
equal deleted inserted replaced
7609:044dea25c1e2 7610:cc4f2a1d271c
74 .. _install the source: 74 .. _install the source:
75 75
76 1. ``python3 -m pip download roundup`` 76 1. ``python3 -m pip download roundup``
77 2. ``tar -xzvf roundup-2.2.0.tar.gz`` 77 2. ``tar -xzvf roundup-2.2.0.tar.gz``
78 78
79 * if you don't have a tar command, ``python3 -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.2.0.tar.gz`` can be used. 79 * if you don't have a tar command, ``python3 -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.2.0.tar.gz`` can be used.
80 80
81 3. ``cd roundup-2.2.0`` 81 3. ``cd roundup-2.2.0``
82 4. ``python3 demo.py`` 82 4. ``python3 demo.py``
83 83
84 This will set up a classic demo tracker on your machine without 84 This will set up a classic demo tracker on your machine without

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