Skip to content

Commit c6950a1

Browse files
committed
Code block not displaying correctly, remove for now
1 parent 233b312 commit c6950a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,20 @@ Installation using pip
4242
----------------------
4343
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root::
4444

45-
.. code-block:: bash
46-
4745
$ [sudo] pip install Py-BOBYQA
4846

4947
or alternatively *easy_install*::
5048

51-
.. code-block:: bash
52-
5349
$ [sudo] easy_install Py-BOBYQA
5450

5551
If 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

6155
which will install Py-BOBYQA in your home directory.
6256

6357
Note 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

6961
to upgrade Py-BOBYQA to the latest version.

0 commit comments

Comments
 (0)