From 97702f89b2043acd87bebe67a3f918fc478db5d2 Mon Sep 17 00:00:00 2001 From: aandrade Date: Sat, 25 Nov 2017 14:43:45 +0000 Subject: [PATCH 1/2] updated file path to brew install for repos dir --- python/doc/source/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/doc/source/development.rst b/python/doc/source/development.rst index 885613725a1..6b6df3e15c8 100644 --- a/python/doc/source/development.rst +++ b/python/doc/source/development.rst @@ -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. From 57dbca7f218913f6811e9bd662b069e138bc74fb Mon Sep 17 00:00:00 2001 From: aandrade Date: Sat, 25 Nov 2017 19:45:21 +0000 Subject: [PATCH 2/2] added information about bundled wheel build --- python/doc/source/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/doc/source/development.rst b/python/doc/source/development.rst index 6b6df3e15c8..1c1a308fc4a 100644 --- a/python/doc/source/development.rst +++ b/python/doc/source/development.rst @@ -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