You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/11/26 19:02:54 UTC

[arrow] branch master updated: [Python] Add more detail to development docs (#1356)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new bf1cf3b  [Python] Add more detail to development docs (#1356)
bf1cf3b is described below

commit bf1cf3befc5a5d1e7eee92b6ab4b0935c9821ce5
Author: Andrew Andrade <an...@andrewandrade.ca>
AuthorDate: Sun Nov 26 19:02:52 2017 +0000

    [Python] Add more detail to development docs (#1356)
    
    * updated file path to brew install for repos dir
    
    * added information about bundled wheel build
---
 python/doc/source/development.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/doc/source/development.rst b/python/doc/source/development.rst
index 8856137..1c1a308 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.
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <co...@arrow.apache.org>'].