Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
  • Loading branch information
ewels and pditommaso authored Nov 22, 2024
1 parent 797bbd9 commit 8880a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The environment file name **must** have a `.yml` or `.yaml` extension or else it
(conda-pypi)=
### Python Packages from PyPI

Conda environment files can also be used to install Python packages from the [PyPI repository](https://pypi.org/)), through the `pip` package manager (which must also be explicitly listed as a required package):
Conda environment files can also be used to install Python packages from the [PyPI repository](https://pypi.org/), through the `pip` package manager (which must also be explicitly listed as a required package):

```yaml
name: my-env-2
Expand Down Expand Up @@ -144,7 +144,7 @@ or if using Mamba / Micromamba:
micromamba env export --explicit > spec-file.txt
```

Conda lock files can also be downloaded from Wave build pages.
Conda lock files can also be downloaded from [Wave](https://seqera.io/wave/) build pages.

These files include every package and their dependencies. As such, no Conda environment resolution step is needed. This is faster and more reproducible.

Expand Down

0 comments on commit 8880a3f

Please sign in to comment.