distutils note

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1475 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-24 20:32:37 +00:00
parent 6495de4779
commit 4413513b06

View file

@ -1,5 +1,5 @@
.. meta::
:navigation.order: 2
:navigation.order: 1
:navigation.name: Installation
Installation
@ -17,6 +17,10 @@ Requirements for Unix/Linux or Mac OS X
b) gettext
2. Python >= 2.3 from http://www.python.org/ with zlib support
Be sure to also have installed the included distutils module.
On most distributions, the distutils module is included in
an extra "python-dev" package.
Requirements for Windows
@ -55,7 +59,7 @@ Setup for Unix/Linux or Mac OS X
3.
a) Installation as root
Run ``su -c 'python setup.py install'`` to install the proxy.
Run ``su -c 'python setup.py install'`` to install LinkChecker.
b) Installation as a normal user