WillAyd commented on code in PR #43617:
URL: https://github.com/apache/arrow/pull/43617#discussion_r1723510342
##########
docs/source/developers/python.rst:
##########
@@ -427,12 +427,9 @@ libraries), one can set ``--bundle-arrow-cpp``:
.. code-block::
$ pip install wheel # if not installed
- $ python setup.py build_ext --build-type=$ARROW_BUILD_TYPE \
- --bundle-arrow-cpp bdist_wheel
-
-.. note::
- To install an editable PyArrow build run ``pip install -e .
--no-build-isolation``
- in the ``arrow/python`` directory.
+ $ python -m pip wheel . \
Review Comment:
> When using that, it might need `--config-setting` instead of
`--global-option` (but haven't verified this works the same)
I believe the `--global-option` is a requirement as long as setuptools is
the backend. It's extremely murky, but here's the best conversation I could
find on that topic:
https://github.com/pypa/pip/issues/11859#issuecomment-1778620671
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]