pitrou commented on code in PR #46062:
URL: https://github.com/apache/arrow/pull/46062#discussion_r2054424219


##########
docs/source/developers/python.rst:
##########
@@ -427,8 +427,8 @@ 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
+   $ python -m build --wheel --config-settings=--build-type=$ARROW_BUILD_TYPE \
+            --config-settings=--bundle-arrow-cpp --no-isolation .

Review Comment:
   Let's use the env vars in these doc snippets instead of `--config-settings`?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to