Skip to content

Commit

Permalink
Add instructions to add bioconda and conda-forge channels
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Aug 21, 2021
1 parent de92b91 commit 6165cff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,22 @@ You can install BioPhi using [Conda](https://docs.conda.io/projects/conda/en/lat
or one of the alternatives ([Miniconda](https://docs.conda.io/en/latest/miniconda.html),
[Miniforge](https://github.com/conda-forge/miniforge)).

Set up Bioconda and Conda-Forge channels:

```bash
conda config --add channels bioconda
conda config --add channels conda-forge
```

Install BioPhi using:

```bash
# Recommended: Create a separate BioPhi environment
conda create -n biophi python=3.8
conda activate biophi

# Install BioPhi
conda install -c bioconda biophi
conda install biophi
```

### 3. Run simplified server
Expand Down

0 comments on commit 6165cff

Please sign in to comment.