summaryrefslogtreecommitdiff
path: root/doc/installation.rst
blob: 595793ae7090b65f37a349695450bf58e14b77d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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``.