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