commit | aa28c04ceb051104658e22184ae89362df0226a2 | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Sat Jul 30 23:48:00 2011 +0200 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Sat Jul 30 23:48:00 2011 +0200 |
tree | 904ce017d11136116a36ba34e24cf2a63bf471d1 | |
parent | 6ef22626ce91651f8428bf643ded06e100cbfe61 [diff] [blame] |
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``. + +