Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed May 14, 2020
1 parent ddf32ad commit befffe8
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,18 @@ It uses a process akin to a likelihood ratio test to attempt to discriminate bet

## Install

Pydamage is not yet on *pypi* nor *conda*, but you can already install it using pip, provided that you have access to this repository.

### Install dependencies in conda environment
### With [conda](https://docs.conda.io/en/latest/) (recommended)

```bash
git clone git@github.com:maxibor/pydamage.git
cd pydamage
conda env create -f environment.yml
conda activate pydamage
conda install -c conda-forge -c bioconda -c maxibor pydamage
```

### Install pydamage

- from source
### With pip

```bash
python setup.py install
pip install pydamage
```

- from Github using pip

```bash
pip install git+ssh://git@github.com/maxibor/pydamage.git
```

## Documentation

Expand Down

0 comments on commit befffe8

Please sign in to comment.