summaryrefslogtreecommitdiff
path: root/doc/installation.rst
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 23:48:00 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 23:48:00 +0200
commitaa28c04ceb051104658e22184ae89362df0226a2 (patch)
tree904ce017d11136116a36ba34e24cf2a63bf471d1 /doc/installation.rst
parent6ef22626ce91651f8428bf643ded06e100cbfe61 (diff)
downloadrsa-git-aa28c04ceb051104658e22184ae89362df0226a2.tar.gz
More documentation
Diffstat (limited to 'doc/installation.rst')
-rw-r--r--doc/installation.rst13
1 files changed, 13 insertions, 0 deletions
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``.
+
+