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
4242----------------------
4343For easy installation, use `pip <http://www.pip-installer.org/ >`_ as root::
4444
45- .. code-block:: bash
46-
4745 $ [sudo] pip install Py-BOBYQA
4846
4947or alternatively *easy_install *::
5048
51- .. code-block:: bash
52-
5349 $ [sudo] easy_install Py-BOBYQA
5450
5551If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use::
5652
57- .. code-block:: bash
58-
5953 $ pip install --user Py-BOBYQA
6054
6155which will install Py-BOBYQA in your home directory.
6256
6357Note that if an older install of Py-BOBYQA is present on your system you can use::
6458
65- .. code-block:: bash
66-
6759 $ [sudo] pip install --upgrade Py-BOBYQA
6860
6961to upgrade Py-BOBYQA to the latest version.
You can’t perform that action at this time.
0 commit comments