Repository: arrow Updated Branches: refs/heads/master 1ba19c20c -> bea5ab037
ARROW-1442: [Website] Add note about nightly builds to /install There are conda nightlies available for Linux now. This will help users provide quicker feedback on whether bug fixes solved the problem for them (since installing the nightly is generally easier than building from source) Author: Wes McKinney <[email protected]> Closes #1050 from wesm/ARROW-1442 and squashes the following commits: 87c88058 [Wes McKinney] Note that nightlies may not be produced on ASF infrastructure 037d5079 [Wes McKinney] Note that conda nightlies are Linux only f7602781 [Wes McKinney] Add note about nightly builds to /install Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/bea5ab03 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/bea5ab03 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/bea5ab03 Branch: refs/heads/master Commit: bea5ab0372f0ba377e062855e466739fb19b057b Parents: 1ba19c2 Author: Wes McKinney <[email protected]> Authored: Tue Sep 5 15:46:32 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Tue Sep 5 15:46:32 2017 -0400 ---------------------------------------------------------------------- site/install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/bea5ab03/site/install.md ---------------------------------------------------------------------- diff --git a/site/install.md b/site/install.md index bfea0b1..6cb80c1 100644 --- a/site/install.md +++ b/site/install.md @@ -136,6 +136,19 @@ These repositories are managed at [red-data-tools/arrow-packages][9]. If you have any feedback, please send it to the project instead of Apache Arrow project. +### Nightly Development Builds + +To assist with development and debugging, some nightly builds are +available. These builds are not releases and not necessarily produced on ASF +infrastructure. They are to be used strictly for development. + +* **conda packages** for C++ and Python (Linux only) + +``` +conda install arrow-cpp -c twosigma +conda install pyarrow -c twosigma +``` + [1]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.6.0/ [2]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.6.0 [3]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.6.0/apache-arrow-0.6.0.tar.gz.md5
