File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ Building other Arrow libraries
155155
156156 .. code :: console
157157
158- $ pip install --no-build-isolation --editable -vv .
158+ $ pip install --no-build-isolation --editable . -vv
159159
160160 **Recompiling C++ **
161161
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ To build PyArrow run:
391391 .. code-block ::
392392
393393 $ pushd arrow/python
394- $ pip install --no-build-isolation --editable -vv .
394+ $ pip install --no-build-isolation --editable . -vv
395395 $ popd
396396
397397 .. tab-item :: Windows
@@ -400,7 +400,7 @@ To build PyArrow run:
400400 .. code-block ::
401401
402402 $ pushd arrow\python
403- $ pip install --no-build-isolation --editable -vv .
403+ $ pip install --no-build-isolation --editable . -vv
404404 $ popd
405405
406406 .. note ::
@@ -429,7 +429,7 @@ To build PyArrow run:
429429 .. code-block ::
430430
431431 $ set PYARROW_BUNDLE_ARROW_CPP=ON
432- $ pip install --no-build-isolation --editable -vv .
432+ $ pip install --no-build-isolation --editable . -vv
433433
434434 Note that bundled Arrow C++ libraries will not be automatically
435435 updated when rebuilding Arrow C++.
You can’t perform that action at this time.
0 commit comments