From ba5a62b3406d77df77c251095c31e08471dbef09 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Mon, 8 Jan 2024 14:59:46 -0500 Subject: [PATCH] add developer mode installation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eedf83..d0249dc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ # Reproschema Python library and Command Line Interface (CLI) - -### Installation +## Installation reproschema requires Python 3.7+. @@ -11,6 +10,16 @@ reproschema requires Python 3.7+. pip install reproschema ``` +### Developer installation + +To install in developer mode: + +``` +git clone git@github.com:ReproNim/reproschema-py.git +cd reproschema-py +pip install -e ".[dev]" +``` + ## CLI usage This package installs `reproschema` a CLI.