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
4 changes: 2 additions & 2 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ We'll now kick off a three-step process:

# Build and install pandas
python setup.py build_ext --inplace -j 4
python -m pip install -e --no-build-isolation .
python -m pip install -e . --no-build-isolation

At this point you should be able to import pandas from your locally built version::

Expand Down Expand Up @@ -252,7 +252,7 @@ You'll need to have at least python3.5 installed on your system.

# Build and install pandas
python setup.py build_ext --inplace -j 4
python -m pip install -e --no-build-isolation .
python -m pip install -e . --no-build-isolation

Creating a branch
-----------------
Expand Down