mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 02:10:24 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@52 e7d03fd6-7b0d-0410-9947-9c21f3af8025
20 lines
632 B
Text
20 lines
632 B
Text
LinkChecker installation
|
|
==========================
|
|
|
|
Requirements:
|
|
You need Python >= 1.5.2
|
|
You get Python from http://www.python.org
|
|
|
|
Optionally packages:
|
|
Distutils from http://www.python.org/sigs/distutils-sig/ (be sure to
|
|
get the CVS version, not the latest release!)
|
|
OpenSSL from http://www.openssl.org
|
|
|
|
Installation with Distutils:
|
|
If you have the Distutils, try "python setup.py install".
|
|
|
|
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.
|
|
|