updated install instructions for Python 2.5

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3510 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-10-19 20:38:05 +00:00
parent 61f41c4949
commit 1342dc584a

View file

@ -100,8 +100,9 @@ Setup for Windows - the binary .exe installer:
Be sure to have installed all required windows software listed above.
2. Execute the ``linkchecker-x.xx.win32-py2.4.exe`` file and follow
the instructions.
2. Execute the ``linkchecker-x.xx.win32-py2.x.exe`` file and follow
the instructions. Python 2.4 users use the ``-py2.4.exe`` installer,
Python 2.5 users the ``-py2.5.exe`` installer.
Setup for Windows - compiling from source:
------------------------------------------