Skip to content

Commit 16bd414

Browse files
Backport PR pandas-dev#49993 on branch 1.5.x (Add new mamba environment creation command) (pandas-dev#50420)
Backport PR pandas-dev#49993: Add new mamba environment creation command Co-authored-by: Emma Carballal Haire <[email protected]>
1 parent e0ab41c commit 16bd414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_environment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We'll now kick off a three-step process:
107107
.. code-block:: none
108108
109109
# Create and activate the build environment
110-
mamba env create
110+
mamba env create --file environment.yml
111111
mamba activate pandas-dev
112112
113113
# Build and install pandas

0 commit comments

Comments
 (0)