Skip to content

Commit

Permalink
GH-32483: [Docs][Python] Clarify you need to use conda-forge for inst…
Browse files Browse the repository at this point in the history
…alling nightly conda package (#37948)

### Rationale for this change

Our nightly packages don't work with the defaults channel from Anaconda.

* Closes: #32483

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
jorisvandenbossche authored Oct 5, 2023
1 parent 334c937 commit 2360cb9
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 2360cb9

Please sign in to comment.