Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/source/development/contributing_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,16 @@ should already exist.
python setup.py build_ext -j 4
python -m pip install -e . --no-build-isolation --no-use-pep517

**Installing Pre-commit**

In the root directory of the project run the below command to install the pre-commit tool. For more details on installing and usage of pre-commit,visit
`here <https://pandas.pydata.org/pandas-docs/stable/development/contributing_codebase.html#pre-commit>`__.

.. code-block:: powershell

# Install pre-commit
pre-commit install

Option 2: creating an environment using Docker
----------------------------------------------

Expand Down