Changes between Version 35 and Version 36 of HowtoContributeABuildbot


Ignore:
Timestamp:
2014-08-23T21:22:30Z (10 years ago)
Author:
daira
Comment:

formatting, and mention use of virtualenv

Legend:

Unmodified
Added
Removed
Modified
  • HowtoContributeABuildbot

    v35 v36  
    661. Install [https://www.python.org/download/releases/2.7.8/ Python 2.7].
    771. Install setuptools: download [https://bootstrap.pypa.io/ez_setup.py ez_setup.py] into a directory with no Unicode characters in the path, and run it using `python ez_setup.py`.
    8 1. Run `easy_install pip`.
    9 1. Run `pip install buildbot-slave`. (If this doesn't work, see the instructions on the [http://trac.buildbot.net/wiki/DownloadInstall Buildbot trac] for installing buildbot-slave.)
     81. Run "`easy_install pip`".
     91. Run "`pip install buildbot-slave`". Do this in a virtualenv if you prefer. (If this doesn't work, see the instructions on the [http://trac.buildbot.net/wiki/DownloadInstall Buildbot trac] for installing buildbot-slave.)
    1010
    1111A buildslave makes TCP connections to the buildmaster, which `tahoe-lafs.org` operates.  You do not need a publicly routable IP address.