Skip to content

Commit

Permalink
add defaults channel in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jan 23, 2024
1 parent f16888e commit b6152ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To ensure a smoother installation and avoid conflicting dependencies, it's highl

```bash
# Install PPanGGOLiN into a new conda environment
conda create -n ppanggolin -c conda-forge -c bioconda ppanggolin
conda create -n ppanggolin -c defaults -c conda-forge -c bioconda ppanggolin

# Check PPanGGOLiN install
conda activate ppanggolin
Expand Down
2 changes: 1 addition & 1 deletion docs/user/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To ensure a smoother installation and avoid conflicting dependencies, it's highl

```bash
# Install into a new conda environment
conda create -n ppanggo -c conda-forge -c bioconda ppanggolin
conda create -n ppanggo -c defaults -c conda-forge -c bioconda ppanggolin

# Check PPanGGOLiN install
conda activate ppanggo
Expand Down

0 comments on commit b6152ba

Please sign in to comment.