Skip to content

Commit 7de45e1

Browse files
committed
modify the document for submodules
1 parent 7620f4b commit 7de45e1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/source/qs/install.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ Then source the bashrc file by:
8181
8282
git clone https://github.com/deepmodeling/deepflame-dev.git
8383
84+
If the user want to use the submodules inluded in DeepFlame: the `WENO scheme <https://github.com/WENO-OF/WENOEXT>`_ and the `libROUNDSchemes <https://github.com/advanCFD/libROUNDSchemes>`_, run
85+
86+
.. code-block:: bash
87+
88+
git clone --recursive https://github.com/deepmodeling/deepflame-dev.git
89+
90+
Detail instructions for compiling these two submodules can be found in their repositories.
91+
92+
8493
**3. Configure the DeepFlame environment:**
8594

8695
.. code-block:: bash

0 commit comments

Comments
 (0)