diff options
author | David Reid <dreid@dreid.org> | 2014-01-08 16:28:03 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-01-08 16:28:03 -0800 |
commit | 47926baa626d70e68f1fe194d72d94e79522e90a (patch) | |
tree | d44fd940aea56bebe3b40201ef0e08aeeeb6a30d /docs/index.rst | |
parent | ec688200e2dde5cef94fe2eb60fa2f8f820eab47 (diff) | |
parent | 292902e259029cea91bdf2e725861462db223057 (diff) | |
download | cryptography-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
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 5 |
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? ------------------------------------ |