aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-13 10:32:56 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-13 10:32:56 -0800
commit4992384b9ebab1c06dd41423dadbb1f24625b019 (patch)
treede1a3855dfb47c5f898ebcc6fac77787e943cfc6
parentde5a855ecd84d719b12cb374ff0caa70b75aa82f (diff)
downloadcryptography-4992384b9ebab1c06dd41423dadbb1f24625b019.tar.gz
cryptography-4992384b9ebab1c06dd41423dadbb1f24625b019.tar.bz2
cryptography-4992384b9ebab1c06dd41423dadbb1f24625b019.zip
A few style nits in the docs
-rw-r--r--docs/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 595ccc83..f9c3574d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -26,8 +26,8 @@ Building cryptography on Linux
------------------------------
``cryptography`` should build very easily on Linux provided you have a C
-compiler, headers for Python (if you're not using `pypy`), and headers for the
-OpenSSL and `libffi` libraries available on your system.
+compiler, headers for Python (if you're not using ``pypy``), and headers for
+the OpenSSL and ``libffi`` libraries available on your system.
Debian and Ubuntu systems
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -37,13 +37,13 @@ dependencies are installed:
.. code-block:: console
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev
+ $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
You should now be able to build and install cryptography with the usual
.. code-block:: console
- python setup.py install
+ $ pip install cryptography
Using your own OpenSSL on Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~