Skip to content

Commit b284b50

Browse files
author
Vijaya Lakshmi Pokala
committed
Add quickstart section to README
1 parent 15778d0 commit b284b50

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)