File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -42,28 +42,20 @@ Installation using pip
42
42
----------------------
43
43
For easy installation, use `pip <http://www.pip-installer.org/ >`_ as root::
44
44
45
- .. code-block:: bash
46
-
47
45
$ [sudo] pip install Py-BOBYQA
48
46
49
47
or alternatively *easy_install *::
50
48
51
- .. code-block:: bash
52
-
53
49
$ [sudo] easy_install Py-BOBYQA
54
50
55
51
If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use::
56
52
57
- .. code-block:: bash
58
-
59
53
$ pip install --user Py-BOBYQA
60
54
61
55
which will install Py-BOBYQA in your home directory.
62
56
63
57
Note that if an older install of Py-BOBYQA is present on your system you can use::
64
58
65
- .. code-block:: bash
66
-
67
59
$ [sudo] pip install --upgrade Py-BOBYQA
68
60
69
61
to upgrade Py-BOBYQA to the latest version.
You can’t perform that action at this time.
0 commit comments