Skip to content

Commit b3ba411

Browse files
committed
fix: git submodule should be fetched recursively
1 parent 9056009 commit b3ba411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In order to to build the python package, you will have to check out the reposito
4545

4646
git clone https://github.com/sbmlteam/python-libsbml
4747
cd python-libsbml
48-
git submodule update --init
48+
git submodule update --init --recursive
4949

5050
By default, we track the latest release of the [libSBML](https://github.com/sbmlteam/libsbml) project via submodule in `libsbml_source` the version number is also read from the `VERSION.txt`
5151
file from the submodule. So if another version of libSBML should be built, the submodule has to

0 commit comments

Comments
 (0)