Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilly-May committed Apr 22, 2024
1 parent fd7dd7e commit a106e8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Panpipes can be installed via different methods, either from `PyPi` or from the
Option 1 describes the installation via `PyPi` in a manually configured conda environment (no cloning of the repository necessary).

### Create conda environment
First, create a conda environment to run panpipes in:
First, create a conda environment to run panpipes in. For that, we replicate the suggestions made [here](https://www.biostars.org/p/498049/):

```bash
#This follows the suggestions made here: [https://www.biostars.org/p/498049/](https://www.biostars.org/p/498049/)
```bash
conda config --add channels conda-forge
conda config --set channel_priority strict
# you should remove the strict priority afterwards!
Expand Down

0 comments on commit a106e8b

Please sign in to comment.