Skip to content

Commit c42ff2d

Browse files
authored
Update contributing.rst
1 parent 08134b0 commit c42ff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ We'll now kick off a three-step process:
208208
209209
# Build and install pandas
210210
python setup.py build_ext --inplace -j 4
211-
python -m pip install -e . --no-build-isolation
211+
python -m pip install -e . --no-build-isolation --no-use-pep517
212212
213213
At this point you should be able to import pandas from your locally built version::
214214

0 commit comments

Comments
 (0)