aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-08 15:18:52 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-08 15:18:52 -0800
commit292902e259029cea91bdf2e725861462db223057 (patch)
tree281c6d807e353c4b86992183e1765a0c5a19eb8e /docs/index.rst
parent0e2ba5c1c114b20341e5e083c9fb4369d100bd92 (diff)
downloadcryptography-292902e259029cea91bdf2e725861462db223057.tar.gz
cryptography-292902e259029cea91bdf2e725861462db223057.tar.bz2
cryptography-292902e259029cea91bdf2e725861462db223057.zip
Document that we're on PyPI
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9967075a..e17b4f9f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,12 +8,11 @@ needs in Python.
Installing
----------
-We don't yet have a release on PyPI, for now you can install ``cryptography``
-directly from Github:
+You can install ``cryptography`` with ``pip``:
.. code-block:: console
- $ pip install git+https://github.com/pyca/cryptography
+ $ pip install cryptography
Why a new crypto library for Python?
------------------------------------