File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,29 @@ Additionally, the following python packages should be installed (these will be i
4040
4141Installation using pip
4242----------------------
43- For easy installation, use `pip <http://www.pip-installer.org/ >`_ as root::
43+ For easy installation, use `pip <http://www.pip-installer.org/ >`_ as root:
44+
45+ .. code-block :: bash
4446
4547 $ [sudo] pip install Py-BOBYQA
4648
47- or alternatively *easy_install *::
49+ or alternatively *easy_install *:
50+
51+ .. code-block :: bash
4852
4953 $ [sudo] easy_install Py-BOBYQA
5054
51- If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use::
55+ If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use:
56+
57+ .. code-block :: bash
5258
5359 $ pip install --user Py-BOBYQA
5460
5561 which will install Py-BOBYQA in your home directory.
5662
57- Note that if an older install of Py-BOBYQA is present on your system you can use::
63+ Note that if an older install of Py-BOBYQA is present on your system you can use:
64+
65+ .. code-block :: bash
5866
5967 $ [sudo] pip install --upgrade Py-BOBYQA
6068
You can’t perform that action at this time.
0 commit comments