File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,20 +5,15 @@ Installation can be done in various ways. The simplest form uses pip
55or easy_install. Either one will work::
66
77 pip install rsa
8- easy_install rsa
98
10- Depending on your system you may need to use ``sudo pip `` or `` sudo
11- easy_install `` .
9+ Depending on your system you may need to use ``sudo pip `` if you want to install
10+ the library system-wide .
1211
1312Installation from source is also quite easy. Download the source and
1413then type::
1514
1615 python setup.py install
1716
18- or if that doesn't work::
19-
20- sudo python setup.py install
21-
2217
2318The sources are tracked in our `Git repository `_ at
2419Github. It also hosts the `issue tracker `_.
@@ -49,7 +44,7 @@ pip to install the development requirements in a virtual environment::
4944
5045Once these are installed, use Git _ to get a copy of the source::
5146
52- hg clone https://github.com/sybrenstuvel/python-rsa.git
47+ git clone https://github.com/sybrenstuvel/python-rsa.git
5348 python setup.py develop
5449
5550.. _Git : https://git-scm.com/
You can’t perform that action at this time.
0 commit comments