Merge "README.rst: Add links"

This commit is contained in:
Jenkins 2014-04-22 20:20:26 +00:00 committed by Gerrit Code Review
commit b92103607f
1 changed files with 11 additions and 5 deletions

View File

@ -39,9 +39,9 @@ More details on how you can contribute is available on our wiki at:
Writing a patch Writing a patch
=============== ===============
We ask that all code submissions be pep8 and pyflakes clean. The We ask that all code submissions be pep8_ and pyflakes_ clean. The
easiest way to do that is to run `tox` before submitting code for easiest way to do that is to run tox_ before submitting code for
review in Gerrit. It will run `pep8` and `pyflakes` in the same review in Gerrit. It will run ``pep8`` and ``pyflakes`` in the same
manner as the automated test suite that will run on proposed manner as the automated test suite that will run on proposed
patchsets. patchsets.
@ -62,12 +62,18 @@ implementation.
Installing without setup.py Installing without setup.py
=========================== ===========================
For YAML support, you will need libyaml installed. For YAML support, you will need libyaml_ installed.
Mac OS X:: Mac OS X::
$ brew install libyaml $ brew install libyaml
Then install the required python packages using pip:: Then install the required python packages using pip_::
$ sudo pip install PyYAML python-jenkins $ sudo pip install PyYAML python-jenkins
.. _pep8: https://pypi.python.org/pypi/pep8
.. _pyflakes: https://pypi.python.org/pypi/pyflakes
.. _tox: https://testrun.org/tox
.. _libyaml: http://pyyaml.org/wiki/LibYAML
.. _pip: https://pypi.python.org/pypi/pip