Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Tutorial docs fixes #3159

Merged
merged 3 commits into from
May 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions master/docs/tutorial/firstrun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Install the ``buildbot-worker`` command:
.. code-block:: bash

pip install buildbot-worker
# required for `runtests` build
pip install setuptools-trial

Now, create the worker:

Expand Down
4 changes: 2 additions & 2 deletions master/docs/tutorial/tour.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ To use this you will need to install an additional package or two to your virtua
cd
cd tmp/buildbot
source sandbox/bin/activate
easy_install pycrypto
easy_install pyasn1
pip install -U pip
pip install cryptography pyasn1

In your master.cfg find::

Expand Down