Skip to content

Commit

Permalink
suggest -c conda-forge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Jun 13, 2024
1 parent 6b69de7 commit 101ce30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ You can also install Palantir via conda, mamba, or micromamba from the bioconda

#### Using conda
```sh
conda install -c bioconda palantir
conda install -c conda-forge -c bioconda palantir
```

#### Using mamba
```sh
mamba install -c bioconda palantir
mamba install -c conda-forge -c bioconda palantir
```

#### Using micromamba
```sh
micromamba install -c bioconda palantir
micromamba install -c conda-forge -c bioconda palantir
```

These methods ensure that all dependencies are resolved and installed efficiently.
Expand Down

0 comments on commit 101ce30

Please sign in to comment.