Skip to content

Commit d7904e2

Browse files
committed
#3: document how to update the version of libSBML
1 parent c453ed2 commit d7904e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ In order to to build the python package, you will have to check out the reposito
4747
cd python-libsbml
4848
git submodule update --init
4949

50+
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`
51+
file from the submodule. So if another version of libSBML should be built, the submodule has to
52+
updated. For example manually like so to follow the latest development:
53+
54+
cd libsbml_source
55+
git checkout development
56+
git pull origin development
57+
5058

5159
Building the package
5260
------------

0 commit comments

Comments
 (0)