Skip to content

Commit

Permalink
Remove surplus instruction step
Browse files Browse the repository at this point in the history
  • Loading branch information
smij720 committed Nov 28, 2023
1 parent 7e4fd15 commit cc36807
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions doc/source/development/contributing_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ Option 1: using mamba (recommended)
mamba env create --file environment.yml
mamba activate pandas-dev
* Ensure any python packages without a version specified in the ``environment.yml`` file
in the root directory are the most recent version:

.. code-block:: none
mamba activate pandas-dev
mamba update --all
.. _contributing.pip:

Option 2: using pip
Expand Down

0 comments on commit cc36807

Please sign in to comment.