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)