Skip to content

Commit

Permalink
DOC: Add conda uninstall pandas to contributing guide (#25490)
Browse files Browse the repository at this point in the history
* fix #25487 add modify documentation
  • Loading branch information
yehia67 authored and TomAugspurger committed Mar 3, 2019
1 parent 42b4c97 commit bd49d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ We'll now kick off a three-step process:
# Create and activate the build environment
conda env create -f environment.yml
conda activate pandas-dev
conda uninstall --force pandas
# or with older versions of Anaconda:
source activate pandas-dev
Expand Down

0 comments on commit bd49d2f

Please sign in to comment.