diff --git a/docs/source/developers/python.rst b/docs/source/developers/python.rst index 23bbb835a3044..e4699a65e211e 100644 --- a/docs/source/developers/python.rst +++ b/docs/source/developers/python.rst @@ -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 `_ index: diff --git a/docs/source/python/install.rst b/docs/source/python/install.rst index ef4353415fa21..99d1c43b024aa 100644 --- a/docs/source/python/install.rst +++ b/docs/source/python/install.rst @@ -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`.