Skip to content

Commit

Permalink
Modified readme to add bioconda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed Sep 25, 2023
1 parent e1991f3 commit 54cbd0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![PyPI version](https://badge.fury.io/py/physiofit.svg)](https://badge.fury.io/py/physiofit)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/physiofit.svg)](https://pypi.python.org/pypi/physiofit/)
[![Documentation Status](https://readthedocs.org/projects/physiofit/badge/?version=latest)](http://physiofit.readthedocs.io/?badge=latest)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/physiofit/README.html)


## What is PhysioFit?
Expand Down Expand Up @@ -43,6 +44,12 @@ Use `pip` to **install PhysioFit from PyPi**:
$ pip install physiofit
```

Use `conda` to install from conda:

```bash
$ conda install physiofit -c bioconda
```

Then, start the graphical interface with:

```bash
Expand Down

0 comments on commit 54cbd0a

Please sign in to comment.