Skip to content

Commit

Permalink
Add conda installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Oct 16, 2018
1 parent c2cf84c commit 9c72a34
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Expand Up @@ -6,13 +6,21 @@ See our [bioRxiv manuscript](https://www.biorxiv.org/content/early/2018/04/13/30

### Installation

Use
#### pip

For a traditional Python installation of the count autoencoder and the required packages, use

```
pip install dca
$ pip install dca
```

command to install the count autoencoder and the required packages.
#### conda

Another approach for installing count autoencoder and the required packages is to use [Conda](https://conda.io/docs/) (most easily obtained via the [Miniconda Python distribution](https://conda.io/miniconda.html)). Afterwards run the following commands.

```
$ conda install -c bioconda dca
```

### Usage

Expand Down

0 comments on commit 9c72a34

Please sign in to comment.