summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:32:10 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:33:45 +0200
commit736444cf20bb14f0ec6e2906ae63c8382f8b70cc (patch)
treedae7f5ae3f6fa8c3a43ffe2b3269161d57cc488b /doc
parentb4dba2af917f807f90cd07296c8045c5990eea29 (diff)
downloadrsa-git-736444cf20bb14f0ec6e2906ae63c8382f8b70cc.tar.gz
Removed easy_install from installation documentation
Also worded the use of 'sudo' a bit more carefully.
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 578dc86..fa0b16b 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -5,20 +5,15 @@ 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``.
+Depending on your system you may need to use ``sudo pip`` if you want to install
+the library system-wide.
Installation from source is also quite easy. Download the source and
then type::
python setup.py install
-or if that doesn't work::
-
- sudo python setup.py install
-
The sources are tracked in our `Git repository`_ at
Github. It also hosts the `issue tracker`_.
@@ -49,7 +44,7 @@ pip to install the development requirements in a virtual environment::
Once these are installed, use Git_ to get a copy of the source::
- hg clone https://github.com/sybrenstuvel/python-rsa.git
+ git clone https://github.com/sybrenstuvel/python-rsa.git
python setup.py develop
.. _Git: https://git-scm.com/