[Subversion] / PEAK / INSTALL.txt  

Diff of /PEAK/INSTALL.txt

Parent Directory | Revision Log

version 1713, Sun Mar 7 23:51:25 2004 UTC version 1997, Sun Jan 30 18:51:56 2005 UTC
Line 11 
Line 11 
   
  SYSTEM REQUIREMENTS   SYSTEM REQUIREMENTS
   
   Python 2.2.2 or better is required.  Some portions of PEAK may support only    Python 2.3.4 or better is required.  Some portions of PEAK may support only
   POSIX-like and/or Windows operating systems.  Installation from a source    POSIX-like and/or Windows operating systems.  Installation from a source
   distribution requires a C compiler that works with Python.    distribution requires a C compiler that works with Python.
   
Line 103 
Line 103 
   
     peak test      peak test
   
   This will run over 120 tests on various parts of PEAK.  If you have    This will run over 800 tests on various parts of PEAK.  If you have
   installed everything correctly, 100% of the tests should succeed.  If    installed everything correctly, 100% of the tests should succeed.  If
   anything is broken, you will probably be unable to run the tests at all.    anything is broken, you will probably be unable to run the tests at all.
   
Line 125 
Line 125 
   
   Aaron Watters' 'kjbuckets' Module    Aaron Watters' 'kjbuckets' Module
   
    PEAK now includes a copy of Aaron Watters' 'kjbuckets' module for     Use of this module is deprecated; if your software depends on it, you must
    your convenience, and automatically installs it alongside PEAK in     supply a '--with-kjbuckets' argument to 'setup.py' in order to build and
    your Python 'site-packages' directory.  (Note that this will overwrite     install it.  Please use an alternate distribution of kjbuckets or port your
    any existing installation of the 'kjbuckets' module.)     software to use the Python 2.3 'Set' type and the 'peak.util.Graph' module,
      as appropriate.
   
    'kjbuckets' is copyright Aaron Watters and contributors; please see     'kjbuckets' is copyright Aaron Watters and contributors; please see
    the 'src/kjbuckets/COPYRIGHT.txt' file for details of its license.     the 'src/kjbuckets/COPYRIGHT.txt' file for details of its license.
Line 143 
Line 144 
   
    - 'ZConfig'     - 'ZConfig'
   
    (Also, if you are using a Python version that does not include the 'datetime'     These packages are automatically installed alongside PEAK in your
    or 'csv' packages (i.e. versions < 2.3), replacement versions are installed  
    as well.)  These packages are automatically installed alongside PEAK in your  
    'site-packages' directory, unless you specify an alternate installation     'site-packages' directory, unless you specify an alternate installation
    location to 'setup.py'.  Note that this will overwrite any existing     location to 'setup.py'.  Note that this will overwrite any existing
    installation of these packages.     installation of these packages.
Line 158 
Line 157 
    will not install any of the Zope packages listed above, in order to avoid     will not install any of the Zope packages listed above, in order to avoid
    overwriting newer versions from your Zope installation.     overwriting newer versions from your Zope installation.
   
    The 'datetime', 'persistence' and 'ZConfig' packages are Copyright Zope     The 'persistence' and 'ZConfig' packages are Copyright Zope Corporation and
    Corporation and contributors; please see the 'LICENSE.txt' files in their     contributors; please see the 'LICENSE.txt' files in their directories for
    directories for details of their licenses.     details of their licenses.
   
   
   The 'fcgiapp' Module    The 'fcgiapp' Module
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1713  
changed lines
  Added in v.1997

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help