Skip to content

Commit 36a3e7e

Browse files
committed
Make interline spacing between enumerated items the same
1 parent 2f5b414 commit 36a3e7e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ With conda
1717

1818
1. Create a conda environment from the *environment.yml* file and activate it
1919
2. Build/install the `Fortran BMI example <https://github.com/csdms/bmi-example-fortran/#buildinstall>`_
20-
3. Build/install this project with ``make install``
20+
3. Build/install this project with:
21+
22+
.. code-block:: bash
23+
24+
$ make install
2125
2226
With pip
2327
........
@@ -33,7 +37,11 @@ Make, CMake, and a Fortran compiler are required.
3337
3438
$ pip install meson-python meson ninja cython numpy bmipy
3539
36-
5. Build/install this project with ``make install``
40+
5. Build/install this project with:
41+
42+
.. code-block:: bash
43+
44+
$ make install
3745
3846
Use
3947
---

0 commit comments

Comments
 (0)