INSTALLING:
-There are three ways to do it. Choose one:
+There are three ways to do it: The Debian Way, The Python Way, and The
+Running-In-Place Way. Choose one:
The Debian Way:
The Python Way:
- Just run make install.
+ Just run make install. (This works on cygwin and Windows, too.)
In case you want to configure the location or other install options you can
learn how it is done here:
The Running-In-Place Way is to add a directory to your PYTHONPATH.
- To run from a source tree (without installing first), type 'make', which
- will put all the necessary libraries into a local directory named
- "./instdir/lib", which you can then add to your PYTHONPATH . (It will put
- executables into "./instdir/bin".)
+ To run from a source tree (without installing first) just build it
+ (i.e. type 'make'), which will put all the necessary libraries into a local
+ directory named "./instdir/lib", which you can then add to your
+ PYTHONPATH . It will put executables into "./instdir/bin".
TESTING THAT IT IS PROPERLY INSTALLED
- To test that all the modules got installed properly, start a python
- interpreter and import modules as follows. If each one imports successfully
- instead of raising ImportError then it is correctly installed.
+ To test that all the modules got installed properly, cd to the root
+ directory of the tahoe source distribution (the directory which contains
+ this README file), start a python interpreter and import modules as follows.
+ If each one imports successfully instead of raising ImportError then it is
+ correctly installed.
% python
Python 2.4.4 (#2, Jan 13 2007, 17:50:26)