Skip to content

Commit de1bb67

Browse files
douglatornelldatapythonista
authored andcommitted
Update pandas set up instructions (#148)
1 parent f5ed3df commit de1bb67

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pandas/guide/source/pandas_setup.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,12 @@ 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
108-
109-
.. note::
110-
**Windows users**: If you're copy-pasting the path, replace all pasted
111-
``\`` characters with ``/`` for the command to work.
107+
conda env create
112108

113109
* Activate the new conda environment: ::
114110

115-
source activate pandas_dev
116-
117-
* Install pandas development dependencies: ::
111+
source activate pandas-dev
118112

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

121114
4. Compile C code in pandas
122115
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)