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