More stuff
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 77582a4..e52c272 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -23,5 +23,6 @@
 
 * Run ``invoke release {version}``.
 
-That's all, the release should now be available on PyPI and a tag should be
-available in the repository.
+The release should now be available on PyPI and a tag should be available in
+the repository. You should verify that ``pip install cryptography`` works
+correctly.