Skip to content

Commit

Permalink
minor - mention easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Feb 26, 2013
1 parent 3973de2 commit 74df41a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sphinx/install.rst
Expand Up @@ -24,7 +24,7 @@ Recommended prerequisites are:

sudo apt-get install python-dev

While on RHEL flavoured distribution users should call::
While on RHEL flavoured distribution users might run::

sudo yum install -y python-devel

Expand All @@ -34,9 +34,9 @@ Recommended prerequisites are:
sudo apt-get install python-yaml
While on RHEL flavoured distribution users will find this in the
`EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository and should
call::
While on RHEL flavoured distribution users will find this in the
`EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository and might
want to run::
sudo yum install -y pyyaml

Expand Down Expand Up @@ -73,7 +73,8 @@ It is most convenient to install Moa from the

pip install Moa

(You might need root rights to do this)
(You might need root rights to do this, also - pip is similar to
easy_install, so if you want you can run `easy_install Moa`)

You will definitely need `pip <http://www.pip-installer.org>`_ installed
to run the pip command above which is a replacement for easy_install.
Expand Down

0 comments on commit 74df41a

Please sign in to comment.