Skip to content

Commit

Permalink
apacheGH-32483: [Docs][Python] Clarify you need to use conda-forge fo…
Browse files Browse the repository at this point in the history
…r installing nightly conda package
  • Loading branch information
jorisvandenbossche committed Sep 29, 2023
1 parent c9674bc commit 727c10d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/developers/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ Install the development version of PyArrow from `arrow-nightlies
conda install -c arrow-nightlies pyarrow
Note that this requires to use the ``conda-forge`` channel for all other
packages (``conda config --add channels conda-forge``).

Install the development version from an `alternative PyPI
<https://gemfury.com/arrow-nightlies>`_ index:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/python/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ need to install the `Visual C++ Redistributable for Visual Studio 2015
.. warning::
On Linux, you will need pip >= 19.0 to detect the prebuilt binary packages.

Installing from source
----------------------
Installing nightly packages or from source
------------------------------------------

See :ref:`python-development`.

Expand Down

0 comments on commit 727c10d

Please sign in to comment.