Skip to content

Commit ce35d07

Browse files
committed
Fixed install instructions
1 parent 381dc46 commit ce35d07

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ Installation using pip
2525
----------------------
2626
For easy installation, use *pip* (http://www.pip-installer.org/) as root::
2727

28-
$ [sudo] pip install dfols
28+
$ [sudo] pip install DFO-LS
2929

3030
or alternatively *easy_install*::
3131

32-
$ [sudo] easy_install dfols
32+
$ [sudo] easy_install DFO-LS
3333

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

36-
$ pip install --user dfols
36+
$ pip install --user DFO-LS
3737

3838
which will install DFO-LS in your home directory.
3939

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

42-
$ [sudo] pip install --upgrade dfols
42+
$ [sudo] pip install --upgrade DFO-LS
4343

4444
to upgrade DFO-LS to the latest version.
4545

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

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

docs/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ Installation using pip
1717
----------------------
1818
For easy installation, use *pip* (http://www.pip-installer.org/) as root::
1919

20-
$ [sudo] pip install dfols
20+
$ [sudo] pip install DFO-LS
2121

2222
or alternatively *easy_install*::
2323

24-
$ [sudo] easy_install dfols
24+
$ [sudo] easy_install DFO-LS
2525

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

28-
$ pip install --user dfols
28+
$ pip install --user DFO-LS
2929

3030
which will install DFO-LS in your home directory.
3131

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

34-
$ [sudo] pip install --upgrade dfols
34+
$ [sudo] pip install --upgrade DFO-LS
3535

3636
to upgrade DFO-LS to the latest version.
3737

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

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

manual.pdf

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)