From ab1c8b5263a5303642c19a11c821d0dd44405ab0 Mon Sep 17 00:00:00 2001 From: Mette Bentsen Date: Sun, 17 Mar 2019 17:53:19 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a893a..a89f268 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ TOBIAS - Transcription factor Occupancy prediction By Investigation of ATAC-seq Signal ======================================= +[![PyPI version](https://badge.fury.io/py/tobias.png)](https://badge.fury.io/py/tobias) + Introduction ------------ @@ -19,7 +21,12 @@ For information on each tool, please see the [wiki](https://github.molgen.mpg.de Installation ------------ -TOBIAS is written as a python package and can be quickly installed within a conda environment using: +TOBIAS is written as a python package and can be quickly installed via pip: +```bash +pip install tobias +``` + +or directly from github into a conda environment using: ```bash $ git clone https://github.molgen.mpg.de/loosolab/TOBIAS $ cd TOBIAS