Nit: character upper case fixes.

This commit is contained in:
Jakub Warmuz 2015-06-12 12:58:17 +00:00
parent 2c96ea68b8
commit d585b44680
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -30,14 +30,14 @@ are provided mainly for the :ref:`developers <hacking>` reference.
In general:
* ``sudo`` is required as a suggested way of running privileged process
* `swig`_ is required for compiling `m2crypto`_
* `SWIG`_ is required for compiling `M2Crypto`_
.. note:: If your operating system uses SWIG 3.0.5+, you will need
to run ``pip install -r requirements-swig-3.0.5.txt -r
requirements.txt`` instead of the standard ``pip
install -r requirements.txt``.
* `augeas`_ is required for the ``python-augeas`` bindings
* `Augeas`_ is required for the Python bindings
Ubuntu
@ -90,6 +90,6 @@ The letsencrypt commandline tool has a builtin help:
./venv/bin/letsencrypt --help
.. _augeas: http://augeas.net/
.. _m2crypto: https://github.com/M2Crypto/M2Crypto
.. _swig: http://www.swig.org/
.. _Augeas: http://augeas.net/
.. _M2Crypto: https://github.com/M2Crypto/M2Crypto
.. _SWIG: http://www.swig.org/