2000-02-26 10:24:46 +00:00
|
|
|
LinkChecker installation
|
|
|
|
|
==========================
|
|
|
|
|
|
2000-03-19 14:24:33 +00:00
|
|
|
Requirements:
|
|
|
|
|
You need Python >= 1.5.2
|
|
|
|
|
You get Python from http://www.python.org
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-03-28 14:54:31 +00:00
|
|
|
Optionally packages:
|
2000-03-30 17:10:35 +00:00
|
|
|
Distutils from http://www.python.org/sigs/distutils-sig/ (be sure to
|
|
|
|
|
get the CVS version, not the latest release!)
|
2000-03-28 14:54:31 +00:00
|
|
|
OpenSSL from http://www.openssl.org
|
2000-02-29 12:53:00 +00:00
|
|
|
|
2000-03-28 14:54:31 +00:00
|
|
|
Installation with Distutils:
|
|
|
|
|
If you have the Distutils, try "python setup.py install".
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-03-28 14:54:31 +00:00
|
|
|
Installation without Distutils:
|
|
|
|
|
Adjust the sys.path.append argument to point to the distribution directory.
|
|
|
|
|
If you are a Windows user, adjust the distribution directory in
|
|
|
|
|
linkchecker.bat accordingly.
|
2000-03-19 14:24:33 +00:00
|
|
|
|