mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
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:
parent
6495de4779
commit
4413513b06
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue