File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ Installation using pip
2525----------------------
2626For easy installation, use *pip * (http://www.pip-installer.org/) as root::
2727
28- $ [sudo] pip install dfols
28+ $ [sudo] pip install DFO-LS
2929
3030or alternatively *easy_install *::
3131
32- $ [sudo] easy_install dfols
32+ $ [sudo] easy_install DFO-LS
3333
3434If 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
3838which will install DFO-LS in your home directory.
3939
4040Note 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
4444to 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
Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ Installation using pip
1717----------------------
1818For easy installation, use *pip * (http://www.pip-installer.org/) as root::
1919
20- $ [sudo] pip install dfols
20+ $ [sudo] pip install DFO-LS
2121
2222or alternatively *easy_install *::
2323
24- $ [sudo] easy_install dfols
24+ $ [sudo] easy_install DFO-LS
2525
2626If 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
3030which will install DFO-LS in your home directory.
3131
3232Note 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
3636to 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
You can’t perform that action at this time.
0 commit comments