From 42dae6dcd0f685ec0d5091ea163abba834f539b7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 12 Sep 2016 22:07:37 -0400 Subject: Fixed #3141 -- link some install docs in the readme (#3146) --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.3