Skip to content

Commit

Permalink
update readme with conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjhealey authored and kblin committed Sep 4, 2018
1 parent 4c6c32d commit e97ea69
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 @@ -32,6 +32,13 @@ pip install --upgrade pip
```
and then rerun the `ncbi-genome-download` install.

Alternatively, `ncbi-genome-download` is packaged in `conda`.
Refer the the Anaconda/miniconda site to install a distribution (highly recommended) https://conda.io/miniconda.html
With that installed one can do:
```
conda install -c bioconda ncbi-genome-download
```

`ncbi-genome-download` is only developed and tested on Python releases still under active
support by the Python project. At the moment, this means versions 2.7, 3.4, 3.5 and 3.6.
Specifically, no attempt at testing under Python versions older than 2.7 or 3.4 is being made.
Expand Down

0 comments on commit e97ea69

Please sign in to comment.