From 4992384b9ebab1c06dd41423dadbb1f24625b019 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 13 Feb 2014 10:32:56 -0800 Subject: A few style nits in the docs --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3