Skip to content

Commit

Permalink
pre-commit comment for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins committed Jan 21, 2025
1 parent 2320d61 commit 6b6ba7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ conda activate sbmlshowcase
pip install -e .
conda activate sbmlshowcase
```
or for developers
### for for developers
```
conda create -n sbmlshowcase-dev -c conda-forge python=3.10
conda activate sbmlshowcase-dev
pip install -e .[dev]
conda activate sbmlshowcase-dev
```
To install the pre-commit hooks
```
pre-commit install
```
## Main Folders

The repository is organized into several folders each serving a specific purpose. Some of the key folders are:
Expand Down

0 comments on commit 6b6ba7d

Please sign in to comment.