Skip to content

Commit a6db049

Browse files
docs: mention nodefaults for installation
1 parent fcf9bcf commit a6db049

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting_started/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Snakemake can be installed with all goodies needed to run in any environment and
3838

3939
.. code-block:: console
4040
41-
$ conda create -c conda-forge -c bioconda -n snakemake snakemake
41+
$ conda create -c conda-forge -c bioconda -c nodefaults -n snakemake snakemake
4242
4343
from the `Bioconda <https://bioconda.github.io>`_ channel.
4444
This will install snakemake into an isolated software environment, that has to be activated with
@@ -57,7 +57,7 @@ A minimal version with only the necessary requirements can be installed with
5757

5858
.. code-block:: console
5959
60-
$ conda create -c conda-forge -c bioconda -n snakemake snakemake-minimal
60+
$ conda create -c conda-forge -c bioconda -c nodefaults -n snakemake snakemake-minimal
6161
6262
Notes on Bioconda as a package source
6363
-------------------------------------
@@ -68,7 +68,7 @@ However, it is easy to combine Snakemake installation with other channels, e.g.,
6868
.. code-block:: console
6969
7070
$ conda activate base
71-
$ conda create -n some-env -c conda-forge bioconda::snakemake ...
71+
$ conda create -n some-env -c conda-forge -c nodefaults bioconda::snakemake ...
7272
7373
Installation via pip
7474
====================
@@ -87,7 +87,7 @@ If you want to quickly try out an unreleased version from the snakemake reposito
8787

8888
.. code-block:: console
8989
90-
$ conda create --only-deps -n snakemake-dev snakemake
90+
$ conda create --only-deps -n snakemake-dev -c conda-forge -c bioconda -c nodefaults snakemake
9191
$ conda activate snakemake-dev
9292
$ pip install git+https://github.com/snakemake/snakemake
9393

0 commit comments

Comments
 (0)