File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Fixed:
101101 be None. Add a test.
102102- issue2551203 fix CORS requests by providing proper headers and allowing
103103 unauthenticted CORS preflight requests.
104+ - issue2551206 - removed some windows installer references that were missed.
104105
105106Features:
106107
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ What does Roundup install?
1919There's two "installations" that we talk about when using Roundup:
2020
21211. The installation of the software and its support files. This uses the
22- standard Python mechanism called "distutils " and thus Roundup's core code,
22+ standard Python mechanism called "setuptools " and thus Roundup's core code,
2323 executable scripts and support data files are installed in Python's
2424 directories. On Windows, this is typically:
2525
Original file line number Diff line number Diff line change @@ -192,9 +192,7 @@ installation:
192192For information about how Roundup installs, see the `administration
193193guide`_.
194194
195- The following assumes that you are using the source distribution. If
196- you are using the Windows installer, run it with Administrator
197- privileges so it can correctly update the registry.
195+ The following assumes that you are using the source distribution.
198196
199197Basic Installation Steps
200198------------------------
@@ -1561,7 +1559,7 @@ On Windows 2000 and later:
156115596) Choose "Environmental Variables"
156215607) Add: "<dir>\Scripts" to the "Path" environmental variable.
15631561
1564- Where <dir> in 7) is the root directory (e.g., ``C:\Python22 \Scripts``)
1562+ Where <dir> in 7) is the root directory (e.g., ``C:\Python27 \Scripts``)
15651563of your Python installation.
15661564
15671565I understand that in XP, 2) above is not needed as "Control
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Roundup Tracker Templates
55The templates distributed with Roundup are stored in the "share" directory
66nominated by Python. On Unix this is typically
77``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
8- on Windows this is ``c:\python22 \share\roundup\templates\``.
8+ on Windows this is ``c:\python27 \share\roundup\templates\``.
99
1010The template loading looks in four places to find the templates:
1111
You can’t perform that action at this time.
0 commit comments