Skip to content

Commit 06f215a

Browse files
authored
Merge pull request #42 from tyzerrr/feat/fix-build-command
fix: git submodule should be fetched recursively
2 parents 8be8a92 + b3ba411 commit 06f215a

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)