More documentation
diff --git a/doc/installation.rst b/doc/installation.rst
new file mode 100644
index 0000000..595793a
--- /dev/null
+++ b/doc/installation.rst
@@ -0,0 +1,13 @@
+Installation
+==================================================
+
+Installation can be done in various ways. The simplest form uses pip
+or easy_install. Either one will work::
+
+    pip install rsa
+    easy_install rsa
+
+Depending on your system you may need to use ``sudo pip`` or ``sudo
+easy_install``.
+
+