Skip to content

Commit d32a89c

Browse files
committed
Fix formatting
1 parent f71cfc4 commit d32a89c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/install.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ This will install the RAFFLE package and all its dependencies in the default loc
8585
This is the recommended method of installation, as it is the easiest and most straightforward way to get started with RAFFLE.
8686
By default, this will install the parallel version of RAFFLE.
8787
To install the serial version of RAFFLE, include the ``--config-settings`` flag in the pip install command:
88+
8889
.. code-block:: bash
8990
9091
pip install --upgrade raffle --config-settings="cmake.define.CMAKE_BUILD_TYPE=Serial"
@@ -103,6 +104,7 @@ Once the library is cloned, navigate to the root directory of the repository and
103104
The optional ``[ase]`` flag is used to install the ASE interface, which is not required for the core functionality of RAFFLE, but is recommended (and examples rely on it).
104105

105106
To install the serial version of RAFFLE, include the ``--config-settings`` flag in the pip install command:
107+
106108
.. code-block:: bash
107109
108110
pip install --upgrade . --config-settings="cmake.define.CMAKE_BUILD_TYPE=Serial"
@@ -141,6 +143,7 @@ For Unix systems, this will typically be in:
141143
142144
Like with the pip installation, this will install the parallel version of RAFFLE by default.
143145
To install the serial version of RAFFLE, run the following commands:
146+
144147
.. code-block:: bash
145148
146149
mkdir build
@@ -213,6 +216,7 @@ This will build the Fortran library and install it in the default location (``~/
213216

214217
The default installation is the parallel version of RAFFLE.
215218
To install the serial version of RAFFLE, run the following commands:
219+
216220
.. code-block:: bash
217221
218222
mkdir build

0 commit comments

Comments
 (0)