INSTALL: Add another check for whether or not the user needs the python-dev package.

This commit is contained in:
James Vega 2005-08-31 08:51:38 +00:00
parent 92b7925fb0
commit 86a69b8f8e

View File

@ -30,8 +30,9 @@ UNIX/Linux/*BSD
If you're installing Python using your distributor's packages, you may
need a python-dev package installed, too. If you don't have a
'/usr/lib/python2.3/distutils' directory (assuming '/usr/lib/python2.3'
is where your Python libs are installed), then you will need a python-dev
'/usr/lib/python2.3/distutils' directory or
'/usr/lib/python2.3/config/Makefile' (assuming '/usr/lib/python2.3' is
where your Python libs are installed), then you will need a python-dev
package.
After you extract Supybot and cd into the supybot directory just