Skip to content

Commit 736444c

Browse files
committed
Removed easy_install from installation documentation
Also worded the use of 'sudo' a bit more carefully.
1 parent b4dba2a commit 736444c

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

doc/installation.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@ Installation can be done in various ways. The simplest form uses pip
55
or 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

1312
Installation from source is also quite easy. Download the source and
1413
then type::
1514

1615
python setup.py install
1716

18-
or if that doesn't work::
19-
20-
sudo python setup.py install
21-
2217

2318
The sources are tracked in our `Git repository`_ at
2419
Github. It also hosts the `issue tracker`_.
@@ -49,7 +44,7 @@ pip to install the development requirements in a virtual environment::
4944

5045
Once 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/

0 commit comments

Comments
 (0)