@@ -183,7 +183,7 @@ See https://www.jetbrains.com/help/pycharm/docker.html for details.
183
183
184
184
Note that you might need to rebuild the C extensions if/when you merge with upstream/master using::
185
185
186
- python setup.py build_ext --inplace - j 4
186
+ python setup.py build_ext -j 4
187
187
188
188
.. _contributing.dev_c :
189
189
@@ -268,7 +268,7 @@ We'll now kick off a three-step process:
268
268
source activate pandas-dev
269
269
270
270
# Build and install pandas
271
- python setup.py build_ext --inplace - j 4
271
+ python setup.py build_ext -j 4
272
272
python -m pip install -e . --no-build-isolation --no-use-pep517
273
273
274
274
At this point you should be able to import pandas from your locally built version::
@@ -315,7 +315,7 @@ You'll need to have at least Python 3.6.1 installed on your system.
315
315
python -m pip install -r requirements-dev.txt
316
316
317
317
# Build and install pandas
318
- python setup.py build_ext --inplace - j 4
318
+ python setup.py build_ext -j 4
319
319
python -m pip install -e . --no-build-isolation --no-use-pep517
320
320
321
321
**Unix **/**macOS with pyenv **
@@ -339,7 +339,7 @@ Consult the docs for setting up pyenv `here <https://github.com/pyenv/pyenv>`__.
339
339
python -m pip install -r requirements-dev.txt
340
340
341
341
# Build and install pandas
342
- python setup.py build_ext --inplace - j 4
342
+ python setup.py build_ext -j 4
343
343
python -m pip install -e . --no-build-isolation --no-use-pep517
344
344
345
345
**Windows **
@@ -365,7 +365,7 @@ should already exist.
365
365
python - m pip install - r requirements- dev.txt
366
366
367
367
# Build and install pandas
368
- python setup.py build_ext -- inplace - j 4
368
+ python setup.py build_ext - j 4
369
369
python - m pip install - e . -- no- build-isolation -- no- use-pep517
370
370
371
371
Creating a branch
0 commit comments