diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-31 23:27:25 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-31 23:27:25 -0600 |
commit | b29f4646c3d51b9001ecaecd7a8bc882a3d91e55 (patch) | |
tree | 21bdf3e1d455ecf2a486005d9356b691f5f6ecc6 | |
parent | 13e55df1ba1e283141c6e20108bdb21d0b24f3b8 (diff) | |
download | cryptography-b29f4646c3d51b9001ecaecd7a8bc882a3d91e55.tar.gz cryptography-b29f4646c3d51b9001ecaecd7a8bc882a3d91e55.tar.bz2 cryptography-b29f4646c3d51b9001ecaecd7a8bc882a3d91e55.zip |
disambiguate a version number
-rw-r--r-- | docs/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 6c250538..c948d40c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -182,8 +182,8 @@ users with pip 1.5 or above you only need one step: If you want to build cryptography yourself or are on an older OS X version cryptography requires the presence of a C compiler, development headers, and the proper libraries. On OS X much of this is provided by Apple's Xcode -development tools. To install the Xcode command line tools (on 10.9+) open a -terminal window and run: +development tools. To install the Xcode command line tools (on OS X 10.9+) +open a terminal window and run: .. code-block:: console |