jorisvandenbossche commented on a change in pull request #11505: URL: https://github.com/apache/arrow/pull/11505#discussion_r733783723
########## File path: docs/source/developers/python.rst ########## @@ -359,6 +368,10 @@ libraries), one can set ``--bundle-arrow-cpp``: python setup.py build_ext --build-type=$ARROW_BUILD_TYPE \ --bundle-arrow-cpp bdist_wheel +.. note:: + To run an editable pyarrow version run ``pip install -e. --no-build-isolation`` + in the ``arrow/python``. Review comment: ```suggestion in the ``arrow/python`` directory. ``` ########## File path: docs/source/developers/python.rst ########## @@ -335,17 +334,27 @@ virtualenv) enables cmake to choose the python executable which you are using. For any other C++ build challenges, see :ref:`cpp-development`. +In case you may need to rebuild the C++ part it is advisable to delete the content of +the build folder with command ``rm -rf *`` from the build folder. Review comment: Maybe should clarify here this is only for if something goes wrong? (because afterwards, when you need to rebuild C++ (eg because you pulled the latest from master), you don't need to remove the build folder everytime) -- 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