From 3c3bbb542083d59ff631742936ba866e330a86fc Mon Sep 17 00:00:00 2001 From: yehia67 Date: Fri, 1 Mar 2019 01:54:53 +0200 Subject: [PATCH 1/3] fix #25487 add modify documentation --- doc/source/development/contributing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 027f2d90bbb73..6824c045658a6 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -176,7 +176,9 @@ We'll now kick off a three-step process: .. code-block:: none # Create and activate the build environment + conda env create -f environment.yml + conda uninstall --force pandas conda activate pandas-dev # or with older versions of Anaconda: From e2ea0065fb9821e1c46bf565c3da2413c563bb7d Mon Sep 17 00:00:00 2001 From: William Ayd Date: Thu, 28 Feb 2019 16:04:01 -0800 Subject: [PATCH 2/3] Update contributing.rst --- doc/source/development/contributing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 6824c045658a6..b893eb238eccb 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -176,7 +176,6 @@ We'll now kick off a three-step process: .. code-block:: none # Create and activate the build environment - conda env create -f environment.yml conda uninstall --force pandas conda activate pandas-dev From d904870f33034bcccb66435f5ed0d9801b25864b Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sun, 3 Mar 2019 14:29:38 -0600 Subject: [PATCH 3/3] Update contributing.rst --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index b893eb238eccb..dc7e2c7058fbc 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -177,8 +177,8 @@ We'll now kick off a three-step process: # Create and activate the build environment conda env create -f environment.yml - conda uninstall --force pandas conda activate pandas-dev + conda uninstall --force pandas # or with older versions of Anaconda: source activate pandas-dev