Skip to content

Commit 0ca8094

Browse files
srf94datapythonista
authored andcommitted
Update path to environment.yaml and requirements-dev.txt (python-sprints#155)
1 parent 9c36710 commit 0ca8094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/guide/_sources/pandas_setup.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
104104

105105
* Create a conda environment: ::
106106

107-
conda env create -n pandas_dev -f <path-to-pandas-dir>/ci/environment-dev.yaml
107+
conda env create -n pandas_dev -f <path-to-pandas-dir>/environment.yaml
108108

109109
.. note::
110110
**Windows users**: If you're copy-pasting the path, replace all pasted
@@ -116,7 +116,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
116116

117117
* Install pandas development dependencies: ::
118118

119-
conda install -c defaults -c conda-forge --file=<path-to-pandas-dir>/ci/requirements-optional-conda.txt
119+
conda install -c defaults -c conda-forge --file=<path-to-pandas-dir>/requirements-dev.txt
120120

121121
4. Compile C code in pandas
122122
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)