Skip to content

Commit 96561d9

Browse files
committed
bash display properly in README
1 parent 2f4d477 commit 96561d9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,29 @@ Additionally, the following python packages should be installed (these will be i
3838

3939
Installation using pip
4040
----------------------
41-
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root::
41+
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root:
42+
43+
.. code-block:: bash
4244
4345
$ [sudo] pip install DFO-LS
4446
4547
or alternatively *easy_install*::
4648

49+
.. code-block:: bash
50+
4751
$ [sudo] easy_install DFO-LS
4852

49-
If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
53+
If you do not have root privileges or you want to install DFO-LS for your private use, you can use:
54+
55+
.. code-block:: bash
5056
5157
$ pip install --user DFO-LS
5258
5359
which will install DFO-LS in your home directory.
5460

55-
Note that if an older install of DFO-LS is present on your system you can use::
61+
Note that if an older install of DFO-LS is present on your system you can use:
62+
63+
.. code-block:: bash
5664
5765
$ [sudo] pip install --upgrade DFO-LS
5866

0 commit comments

Comments
 (0)