Skip to content

Commit e6f970d

Browse files
minimal install
1 parent af6e366 commit e6f970d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/getting_started/installation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ This will install snakemake into an isolated software environment, that has to b
4848
4949
Installing into isolated environments is best practice in order to avoid side effects with other packages.
5050

51+
Minimal installation
52+
--------------------
53+
54+
A minimal version with only the necessary requirements can be installed with
55+
56+
.. code-block:: console
57+
58+
$ conda create -c conda-forge -c bioconda -n snakemake snakemake-minimal
59+
5160
Notes on Bioconda as a package source
5261
-------------------------------------
5362

0 commit comments

Comments
 (0)