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 436107a commit c40d99dCopy full SHA for c40d99d
doc/installation.txt
@@ -2,7 +2,7 @@
2
Installing Roundup
3
==================
4
5
-:Version: $Revision: 1.54 $
+:Version: $Revision: 1.55 $
6
7
.. contents::
8
@@ -480,9 +480,9 @@ On Windows 2000 and later:
480
4) Choose "System"
481
5) Choose "Advanced"
482
6) Choose "Environmental Variables"
483
-7) Add: "*\Scripts" to the "Path" environmental variable.
+7) Add: "<dir>\Scripts" to the "Path" environmental variable.
484
485
-Where * in 7) is the root directory (e.g., C:\Python22\Scripts)
+Where <dir> in 7) is the root directory (e.g., C:\Python22\Scripts)
486
of your Python installation.
487
488
I understand that in XP, 2) above is not needed as "Control
0 commit comments