Skip to content

Commit bd49d2f

Browse files
yehia67TomAugspurger
authored andcommitted
DOC: Add conda uninstall pandas to contributing guide (pandas-dev#25490)
* fix pandas-dev#25487 add modify documentation
1 parent 42b4c97 commit bd49d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/development/contributing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ We'll now kick off a three-step process:
178178
# Create and activate the build environment
179179
conda env create -f environment.yml
180180
conda activate pandas-dev
181+
conda uninstall --force pandas
181182
182183
# or with older versions of Anaconda:
183184
source activate pandas-dev

0 commit comments

Comments
 (0)