blob: 595793ae7090b65f37a349695450bf58e14b77d5 [file] [log] [blame]
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +02001Installation
2==================================================
3
4Installation can be done in various ways. The simplest form uses pip
5or easy_install. Either one will work::
6
7 pip install rsa
8 easy_install rsa
9
10Depending on your system you may need to use ``sudo pip`` or ``sudo
11easy_install``.
12
13