Mercurial > p > roundup > code
diff doc/installation.txt @ 6727:3f3ce3004013
issue2551206 - remove mention of roundup installer, fix up windows docs
roundup windows installer is long since dead. Fix up last couple of
references to it. Also fix path to roundup install to use python 2.7
path not python 2.2 path.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2022 23:05:29 -0400 |
| parents | e63f514bb0e6 |
| children | 966263ad45ea |
line wrap: on
line diff
--- a/doc/installation.txt Thu Jun 23 02:29:49 2022 -0400 +++ b/doc/installation.txt Sun Jun 26 23:05:29 2022 -0400 @@ -192,9 +192,7 @@ For information about how Roundup installs, see the `administration guide`_. -The following assumes that you are using the source distribution. If -you are using the Windows installer, run it with Administrator -privileges so it can correctly update the registry. +The following assumes that you are using the source distribution. Basic Installation Steps ------------------------ @@ -1561,7 +1559,7 @@ 6) Choose "Environmental Variables" 7) Add: "<dir>\Scripts" to the "Path" environmental variable. -Where <dir> in 7) is the root directory (e.g., ``C:\Python22\Scripts``) +Where <dir> in 7) is the root directory (e.g., ``C:\Python27\Scripts``) of your Python installation. I understand that in XP, 2) above is not needed as "Control
