Changes between Version 34 and Version 35 of AdvancedInstall


Ignore:
Timestamp:
2011-01-29T03:42:02Z (13 years ago)
Author:
davidsarah
Comment:

fix link to src/allmydata/_auto_deps.py ; say that pywin32 is no longer needed

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedInstall

    v34 v35  
    4747== Dependencies ==
    4848
    49 The canonical list of dependencies and their versions is in [source:_auto_deps.py]. To see the current versions of those dependencies (plus a few others like the Python interpreter and the operating system) run {{{tahoe --version}}}.
     49The canonical list of dependencies and their versions is in [source:src/allmydata/_auto_deps.py]. To see the current versions of those dependencies (plus a few others like the Python interpreter and the operating system) run {{{tahoe --version}}}.
    5050
    5151This isn't a complete list of dependencies though, because some of those packages also have dependencies of their own. To see the complete list of all dependencies, run {{{PYTHONPATH=${PYTHONPATH}:./support/lib/python2.5/site-packages/ python -c "import pkg_resources;print ', '.join([d.project_name+': '+d.version for d in set(pkg_resources.require('allmydata-tahoe'))])"}}}.  An example output from that command is:
     
    5353`zope.interface: 3.5.0, simplejson: 2.0.7, pyutil: 1.3.30, zbase32: 1.1.1, allmydata-tahoe: 1.2.0-r3353, pyOpenSSL: 0.7, Twisted: 8.1.0-r25700, Nevow: 0.9.33-r17166, foolscap: 0.3.2, zfec: 1.4.2, pycryptopp: 0.5.12, argparse: 0.8.0, setuptools: 0.6c10dev`
    5454
    55 In addition to these, if you are running on Microsoft Windows, then you need to manually install [http://sourceforge.net/projects/pywin32 pywin32] before setting up Tahoe-LAFS.
     55Prior to Tahoe-LAFS v1.8.2b1, users running on Microsoft Windows also needed to manually install [http://sourceforge.net/projects/pywin32 pywin32]. This is no longer needed.
    5656
    5757[=#point4]