Skip to content

Commit

Permalink
add developer mode installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan authored Jan 8, 2024
1 parent db29603 commit ba5a62b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

# Reproschema Python library and Command Line Interface (CLI)


### Installation
## Installation

reproschema requires Python 3.7+.

```
pip install reproschema
```

### Developer installation

To install in developer mode:

```
git clone [email protected]:ReproNim/reproschema-py.git
cd reproschema-py
pip install -e ".[dev]"
```

## CLI usage

This package installs `reproschema` a CLI.
Expand Down

0 comments on commit ba5a62b

Please sign in to comment.