From f7e811ed4dcd28f7e864b7c75640d28786d7934e Mon Sep 17 00:00:00 2001 From: Eric Neilsen Date: Tue, 12 Mar 2024 12:44:18 -0700 Subject: [PATCH] typo --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2cccf942..4abfec9a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,7 +11,7 @@ If you want to add it to an existing ``conda`` environment:: or, to use a dedicated environment for ``schedview``:: - $ canda create --name schedview -c conda-forge schedview + $ conda create --name schedview -c conda-forge schedview ``conda`` will take care of installing the needed python module dependencies, but some of the data needed by some of its dependencies are not installed