We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15778d0 commit b284b50Copy full SHA for b284b50
README.md
@@ -0,0 +1,16 @@
1
+## Quickstart
2
+
3
+This section helps you install and run **sbmlsim** locally.
4
5
+### 1. Requirements
6
+- Python ≥ 3.10
7
+- pip
8
+- Git
9
10
+### 2. Installation
11
+Clone the repository and install in editable mode:
12
13
+```bash
14
+git clone https://github.com/matthiaskoenig/sbmlsim.git
15
+cd sbmlsim
16
+pip install -e .
0 commit comments