From e3fdceda7dce0ff29033e316e7a7bcc2108ffb92 Mon Sep 17 00:00:00 2001 From: Emma Carballal Date: Thu, 1 Dec 2022 19:51:58 +0100 Subject: [PATCH] Add new mamba environment creation command --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index afa0d0306f1af..3b9075f045e69 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -119,7 +119,7 @@ We'll now kick off a three-step process: .. code-block:: none # Create and activate the build environment - mamba env create + mamba env create --file environment.yml mamba activate pandas-dev # Build and install pandas