From 505e23518c90a414fa729db4ece1150a1883a827 Mon Sep 17 00:00:00 2001 From: Michal Stolarczyk Date: Wed, 5 Feb 2020 07:47:49 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 57fae40..41c3949 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,11 @@ ## Installation -Currently, there's no released version since `bbconf` is under rapid development so the only way to install the package is: - -1. Clone this repository -```bash -git clone https://github.com/databio/bbconf.git +Install from [GitHub releases](https://github.com/databio/bbconf/releases) or from PyPI using `pip`: ``` -2. Install the local package -```bash -pip install ./bbconf +pip install --user bbconf ``` - - - - - ## Usage - [Usage demonstration](https://github.com/databio/bbconf/blob/master/docs/demo.ipynb)