There was an error while loading. Please reload this page.
1 parent b728d66 commit 4e0630cCopy full SHA for 4e0630c
doc/source/development/contributing.rst
@@ -311,6 +311,7 @@ If using :ref:`mamba <contributing.mamba>`, run:
311
.. code-block:: shell
312
313
git checkout main
314
+ git fetch upstream
315
git merge upstream/main
316
mamba activate pandas-dev
317
mamba env update -f environment.yml --prune
@@ -320,6 +321,7 @@ If using :ref:`pip <contributing.pip>` , do:
320
321
322
323
324
325
326
# activate the virtual environment based on your platform
327
python -m pip install --upgrade -r requirements-dev.txt
0 commit comments