Changes between Version 86 and Version 87 of RunningBuildbotOnWindows


Ignore:
Timestamp:
09/19/11 15:02:05 (20 months ago)
Author:
philippem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v86 v87  
    1111 * [http://twistedmatrix.com/trac/wiki/Downloads Twisted].  Match the version with the python you installed. 
    1212 * [http://pypi.python.org/pypi/zope.interface/ Zope.Inteface].  This will be installed using [http://pypi.python.org/pypi/setuptools/ setuptools] and then `easy_install`ing it via "`C:python27scriptseasy_install zope.interface`". 
     13 * [http://buildbot.net/ Buildbot], of course.  You need 0.8.2 or later. 
     14 
     15== Additional Prerequisites for a master == 
     16 
    1317 * [http://jinja.pocoo.org/ Jinja2]. This will be installed using [http://pypi.python.org/pypi/setuptools/ setuptools] and then `easy_install`ing it via "`C:python27scriptseasy_install Jinja2`". 
    1418 * [https://launchpad.net/pyopenssl PyOpenSSL]. This will be installed using [http://pypi.python.org/pypi/setuptools/ setuptools] and then `easy_install`ing it via "`C:python27scriptseasy_install PyOpenSSL`". 
    15  * [http://buildbot.net/ Buildbot], of course.  You need 0.8.2 or later. 
    1619 
    1720For the remainder of this document we will assume python was installed in "`C:Python27`".  Please adjust accordingly if you install to a different path.