5 | | You'll need [http://git-scm.com/ git], [https://www.python.org/download/releases/2.7.8/ Python 2.7], and setuptools before you can proceed. To 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`. Then follow the instructions at [http://trac.buildbot.net/wiki/DownloadInstall buildbot-slave]. |
| 5 | 1. Install [http://git-scm.com/ git]. |
| 6 | 1. Install [https://www.python.org/download/releases/2.7.8/ Python 2.7]. |
| 7 | 1. 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.) |