Skip to content

Commit 42cacdd

Browse files
committed
bash display properly in README
1 parent ebffa03 commit 42cacdd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,29 @@ Additionally, the following python packages should be installed (these will be i
4040

4141
Installation 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

0 commit comments

Comments
 (0)