Document that we're on PyPI
diff --git a/docs/index.rst b/docs/index.rst
index 9967075..e17b4f9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,12 +8,11 @@
 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?
 ------------------------------------