Skip to content

Commit

Permalink
Fixed install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Feb 6, 2018
1 parent 381dc46 commit ce35d07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ Installation using pip
----------------------
For easy installation, use *pip* (http://www.pip-installer.org/) as root::

$ [sudo] pip install dfols
$ [sudo] pip install DFO-LS

or alternatively *easy_install*::

$ [sudo] easy_install dfols
$ [sudo] easy_install DFO-LS

If you do not have root privileges or you want to install DFO-LS for your private use, you can use::

$ pip install --user dfols
$ pip install --user DFO-LS

which will install DFO-LS in your home directory.

Note that if an older install of DFO-LS is present on your system you can use::

$ [sudo] pip install --upgrade dfols
$ [sudo] pip install --upgrade DFO-LS

to upgrade DFO-LS to the latest version.

Expand Down Expand Up @@ -86,7 +86,7 @@ If DFO-LS was installed using *pip* you can uninstall as follows:

.. code-block:: bash
$ [sudo] pip uninstall dfols
$ [sudo] pip uninstall DFO-LS
If DFO-LS was installed manually you have to remove the installed files by hand (located in your python site-packages directory).

Expand Down
10 changes: 5 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ Installation using pip
----------------------
For easy installation, use *pip* (http://www.pip-installer.org/) as root::

$ [sudo] pip install dfols
$ [sudo] pip install DFO-LS

or alternatively *easy_install*::

$ [sudo] easy_install dfols
$ [sudo] easy_install DFO-LS

If you do not have root privileges or you want to install DFO-LS for your private use, you can use::

$ pip install --user dfols
$ pip install --user DFO-LS

which will install DFO-LS in your home directory.

Note that if an older install of DFO-LS is present on your system you can use::

$ [sudo] pip install --upgrade dfols
$ [sudo] pip install --upgrade DFO-LS

to upgrade DFO-LS to the latest version.

Expand Down Expand Up @@ -74,7 +74,7 @@ If DFO-LS was installed using *pip* you can uninstall as follows:

.. code-block:: bash
$ [sudo] pip uninstall dfols
$ [sudo] pip uninstall DFO-LS
If DFO-LS was installed manually you have to remove the installed files by hand (located in your python site-packages directory).

Binary file modified manual.pdf
Binary file not shown.

0 comments on commit ce35d07

Please sign in to comment.