From c45d47a79b78a1afed3b1319e6cafd1b2525fe43 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Sat, 5 Feb 2022 10:28:40 -0500 Subject: [PATCH] docs: fix typo in installation.rst (#1344) --- docs/getting_started/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/installation.rst b/docs/getting_started/installation.rst index 9b2b1f6c5..cccf1c87f 100644 --- a/docs/getting_started/installation.rst +++ b/docs/getting_started/installation.rst @@ -22,7 +22,7 @@ This is the **recommended** way to install Snakemake, because it also enables Snakemake to :ref:`handle software dependencies of your workflow `. -First, you have install a Conda-based Python3 distribution. +First, you need to install a Conda-based Python3 distribution. The recommended choice is Mambaforge_ which not only provides the required Python and Conda commands, but also includes Mamba_ an extremely fast and robust replacement for the Conda_ package manager which is highly recommended. The default conda solver is a bit slow and sometimes has issues with `selecting the latest package releases `_.