jorisvandenbossche commented on code in PR #43617:
URL: https://github.com/apache/arrow/pull/43617#discussion_r1732873249


##########
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:
   Yes, we need some way to pass down the option, but what I meant is that when 
using `python -m build` instead of `python -m pip wheel`, the name of the 
keyword to pass options might be different.
   
   Because in the docs of `build`, I only see `--config-setting` and not 
`--global-option`



-- 
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]

Reply via email to