Skip to content

Commit

Permalink
ARROW-8185: [Packaging] Document the available nightly wheels and con…
Browse files Browse the repository at this point in the history
…da packages

Closes #6780 from kszucs/ARROW-8185

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
kszucs authored and pitrou committed Apr 2, 2020
1 parent d297a2f commit b684298
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/python/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,30 @@ Installing from source
----------------------

See :ref:`python-development`.

Installing Nightly Packages
---------------------------

.. warning::
These packages are not official releases. Use them at your own risk.

PyArrow has nightly wheels and conda packages for testing purposes.

These may be suitable for downstream libraries in their continuous integration
setup to maintain compatibility with the upcoming PyArrow features,
deprecations and/or feature removals.

Install the development version of PyArrow from `arrow-nightlies
<https://anaconda.org/arrow-nightlies/pyarrow>`_ conda channel:

.. code-block:: bash
conda install -c arrow-nightlies pyarrow
Install the development version from an `alternative PyPI
<https://gemfury.com/arrow-nightlies>`_ index:

.. code-block:: bash
pip install --extra-index-url https://repo.fury.io/arrow-nightlies/ \
--pre pyarrow

0 comments on commit b684298

Please sign in to comment.