Commit c6a8da81 authored by Jeremy Hylton's avatar Jeremy Hylton

add some minimal installation instructions

parent 5d028e57
See the file ExtensionClass.stx or ExtensionClass.html for a
description of extension class and for installation instructions.
See the file doc/ExtensionClass.stx or doc/ExtensionClass.html for a
description of extension class.
This version of ExtensionClass uses Python distutils for installation.
It requires Python version 1.5.2 or higher. To build, test, and
install, do the following:
% python setup.py build
% PYTHONPATH=build/lib-PLAT-VER python test/regrtest.py
% python setup.py install
The build directory is created setup.py during the build. The exact
name of the build subdirectory depends on the platform you are using
and the version of Python.
For more information, contact info@digicool.com
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment