aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-08 16:28:03 -0800
committerDavid Reid <dreid@dreid.org>2014-01-08 16:28:03 -0800
commit47926baa626d70e68f1fe194d72d94e79522e90a (patch)
treed44fd940aea56bebe3b40201ef0e08aeeeb6a30d
parentec688200e2dde5cef94fe2eb60fa2f8f820eab47 (diff)
parent292902e259029cea91bdf2e725861462db223057 (diff)
downloadcryptography-47926baa626d70e68f1fe194d72d94e79522e90a.tar.gz
cryptography-47926baa626d70e68f1fe194d72d94e79522e90a.tar.bz2
cryptography-47926baa626d70e68f1fe194d72d94e79522e90a.zip
Merge pull request #433 from alex/pip-install-me-captain
Document that we're on PyPI
-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?
------------------------------------