Skip to content

Commit 4dca212

Browse files
jorisvandenbosschedgreiss
authored andcommitted
apacheGH-32483: [Docs][Python] Clarify you need to use conda-forge for installing nightly conda package (apache#37948)
### Rationale for this change Our nightly packages don't work with the defaults channel from Anaconda. * Closes: apache#32483 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent f4e054a commit 4dca212

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/source/developers/python.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,9 @@ Install the development version of PyArrow from `arrow-nightlies
717717
718718
conda install -c arrow-nightlies pyarrow
719719
720+
Note that this requires to use the ``conda-forge`` channel for all other
721+
packages (``conda config --add channels conda-forge``).
722+
720723
Install the development version from an `alternative PyPI
721724
<https://gemfury.com/arrow-nightlies>`_ index:
722725

docs/source/python/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ need to install the `Visual C++ Redistributable for Visual Studio 2015
5656
.. warning::
5757
On Linux, you will need pip >= 19.0 to detect the prebuilt binary packages.
5858

59-
Installing from source
60-
----------------------
59+
Installing nightly packages or from source
60+
------------------------------------------
6161

6262
See :ref:`python-development`.
6363

0 commit comments

Comments
 (0)