File tree Expand file tree Collapse file tree 1 file changed +22
-8
lines changed
Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Original file line number Diff line number Diff line change 77
88
99sbmlsim is a collection of python utilities to simplify simulations with
10- ` SBML < http://www.sbml.org> ` __ models implemented on top of
11- ` roadrunner < http://libroadrunner.org/> ` __ . Source code is available from
12- ` https://github.com/matthiaskoenig/sbmlsim < https://github.com/matthiaskoenig/sbmlsim> ` __ .
10+ [ SBML] ( http://www.sbml.org ) models implemented on top of
11+ [ roadrunner] ( http://libroadrunner.org/ ) . Source code is available from
12+ [ https://github.com/matthiaskoenig/sbmlsim ] ( https://github.com/matthiaskoenig/sbmlsim ) .
1313
1414Features include among others
1515
16- - simulation experiments
17- - simulation reports
18- - parameter fitting
16+ - simulation experiments
17+ - simulation reports
18+ - parameter fitting
19+ - sensitivity analysis
1920
20- If you have any questions or issues please ` open an issue <https://github.com/matthiaskoenig/sbmlsim/issues> ` __ .
21+ If you have any questions or issues please [ open an issue] ( https://github.com/matthiaskoenig/sbmlsim/issues ) .
22+
23+ ## Installation
24+ sbmlutils is available from [ pypi] ( https://pypi.python.org/pypi/sbmlsim ) and
25+ can be installed via
26+ ``` bash
27+ pip install sbmlsim
28+ ```
29+
30+ ### Develop version
31+ The latest develop version can be installed via
32+ ``` bash
33+ pip install git+https://github.com/matthiaskoenig/sbmlsim.git@develop
34+ ```
2135
2236## How to cite
2337[ ![ DOI] ( https://zenodo.org/badge/55952847.svg )] ( https://zenodo.org/badge/latestdoi/55952847 )
@@ -36,4 +50,4 @@ A Systems Medicine Approach)" by grant number 436883643 and by grant number
3650Matthias König was supported by the Federal Ministry of Education and Research (BMBF, Germany)
3751within the research network Systems Medicine of the Liver (** LiSyM** , grant number 031L0054).
3852
39- © 2019-2025 Matthias König
53+ © 2019-2026 Matthias König
You can’t perform that action at this time.
0 commit comments