Confirmed users
4,971
edits
(https, py27) |
|||
| Line 3: | Line 3: | ||
= Setup = | = Setup = | ||
== Prerequisites == | == Prerequisites == | ||
* python 2. | * python 2.7 | ||
* virtualenv | * virtualenv | ||
** If you need to create a virtualenv manually, you must call it directly with: <pre>python /tools/misc-python/virtualenv.py </path/to/destination></pre> | ** If you need to create a virtualenv manually, you must call it directly with: <pre>python /tools/misc-python/virtualenv.py </path/to/destination></pre> | ||
| Line 37: | Line 37: | ||
First, clone the <code>buildbot-configs</code> repository. | First, clone the <code>buildbot-configs</code> repository. | ||
<pre> | <pre> | ||
$ hg clone | $ hg clone https://hg.mozilla.org/build/buildbot-configs | ||
</pre> | </pre> | ||