Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/doc/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ building Arrow C++:

.. code-block:: shell

brew update && brew bundle --file=python/Brewfile
brew update && brew bundle --file=arrow/python/Brewfile

On Debian/Ubuntu, you need the following minimal set of dependencies. All other
dependencies will be automatically built by Arrow's third-party toolchain.
Expand Down Expand Up @@ -230,7 +230,7 @@ You should be able to run the unit tests with:

====================== 181 passed, 17 skipped in 0.98 seconds ===========

You can build a wheel by running:
To build a self-contained wheel (include Arrow C++ and Parquet C++), one can set `--bundle-arrow-cpp`:

.. code-block:: shell

Expand Down