Skip to content

Commit 072267b

Browse files
Merge pull request #174 from matthiaskoenig/sbmlsim2
fixing README
2 parents b67b708 + 9429bee commit 072267b

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,31 @@
77

88

99
sbmlsim 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

1414
Features 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
3650
Matthias König was supported by the Federal Ministry of Education and Research (BMBF, Germany)
3751
within 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

0 commit comments

Comments
 (0)