Skip to content

Commit

Permalink
Recommend installing through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda authored Apr 1, 2022
1 parent 2dbbab3 commit e3952d7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,19 @@ conda config --add channels conda-forge
Install DeepBGC using:

```bash
# Recommended: Create a separate DeepBGC environment
conda create -n deepbgc python=3.7
# Create a separate DeepBGC environment and install dependencies
conda create -n deepbgc python=3.7 hmmer prodigal

# Install DeepBGC into the environment using pip
conda activate deepbgc
pip install deepbgc

# Install DeepBGC
# Alternatively, install everything using conda (currently unstable due to conda conflicts)
conda install deepbgc
```


## Install using pip (if conda is not available)
## Install dependencies manually (if conda is not available)

If you don't mind installing the HMMER and Prodigal dependencies manually, you can also install DeepBGC using pip:

Expand Down

0 comments on commit e3952d7

Please sign in to comment.