Skip to content

Commit c65e3d2

Browse files
Add new mamba environment creation command (#49993)
1 parent 163b003 commit c65e3d2

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
@@ -119,7 +119,7 @@ We'll now kick off a three-step process:
119119
.. code-block:: none
120120
121121
# Create and activate the build environment
122-
mamba env create
122+
mamba env create --file environment.yml
123123
mamba activate pandas-dev
124124
125125
# Build and install pandas

0 commit comments

Comments
 (0)