From 99d7bfef1285f131d0e60331511bc4833e7e414a Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Tue, 18 Jan 2022 05:58:17 -0800 Subject: [PATCH] docs: link to list of dependencies from installation (#1336) * link to list of dependencies from installation docs (resolves #1328) * docs: link to list of dependencies from installation --- docs/getting_started/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started/installation.rst b/docs/getting_started/installation.rst index f5f45f7cf..9b2b1f6c5 100644 --- a/docs/getting_started/installation.rst +++ b/docs/getting_started/installation.rst @@ -85,3 +85,5 @@ Installation via pip Instead of conda, snakemake can be installed with pip. However, note that snakemake has non-python dependencies, such that the pip based installation has a limited functionality if those dependencies are not manually installed in addition. + +A list of Snakemake's dependencies can be found within its `meta.yaml conda recipe `_.