Skip to content

Commit c53c380

Browse files
committed
Make bash display correctly in markup
1 parent 43e13ce commit c53c380

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ Installation using pip
4141
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root::
4242

4343
.. code-block:: bash
44-
44+
4545
$ [sudo] pip install DFO-LS
4646

4747
or alternatively *easy_install*::
4848

4949
.. code-block:: bash
50-
50+
5151
$ [sudo] easy_install DFO-LS
5252

5353
If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
5454

5555
.. code-block:: bash
56-
56+
5757
$ pip install --user DFO-LS
5858

5959
which will install DFO-LS in your home directory.
6060

6161
Note that if an older install of DFO-LS is present on your system you can use::
6262

6363
.. code-block:: bash
64-
64+
6565
$ [sudo] pip install --upgrade DFO-LS
6666

6767
to upgrade DFO-LS to the latest version.

docs/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ Installation using pip
1818
For easy installation, use *pip* (http://www.pip-installer.org/) as root::
1919

2020
.. code-block:: bash
21-
21+
2222
$ [sudo] pip install DFO-LS
2323

2424
or alternatively *easy_install*::
2525

2626
.. code-block:: bash
27-
27+
2828
$ [sudo] easy_install DFO-LS
2929

3030
If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
3131

3232
.. code-block:: bash
33-
33+
3434
$ pip install --user DFO-LS
3535

3636
which will install DFO-LS in your home directory.
3737

3838
Note that if an older install of DFO-LS is present on your system you can use::
3939

4040
.. code-block:: bash
41-
41+
4242
$ [sudo] pip install --upgrade DFO-LS
4343

4444
to upgrade DFO-LS to the latest version.

0 commit comments

Comments
 (0)