aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-09-12 22:07:37 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-09-12 21:07:37 -0500
commit42dae6dcd0f685ec0d5091ea163abba834f539b7 (patch)
tree62b589499441aabb86ad2ef0796b78c2eafd9636 /README.rst
parentb3bf838293db3ff8351be5b4f586572c0f18b100 (diff)
downloadcryptography-42dae6dcd0f685ec0d5091ea163abba834f539b7.tar.gz
cryptography-42dae6dcd0f685ec0d5091ea163abba834f539b7.tar.bz2
cryptography-42dae6dcd0f685ec0d5091ea163abba834f539b7.zip
Fixed #3141 -- link some install docs in the readme (#3146)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 19fa7792..a58af53c 100644
--- a/README.rst
+++ b/README.rst
@@ -39,6 +39,14 @@ key derivation functions. For example, to encrypt something with
You can find more information in the `documentation`_.
+You can install ``cryptography`` with:
+
+.. code-block:: console
+
+ $ pip install cryptography
+
+For full details see `the installation documentation`_.
+
Discussion
~~~~~~~~~~
@@ -51,5 +59,6 @@ involved.
.. _`documentation`: https://cryptography.io/
+.. _`the installation documentation`: https://cryptography.io/en/latest/installation/
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev