This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 314f0096b docs: Fix pip install command for arrow-adbc-nightlies 
(#3222)
314f0096b is described below

commit 314f0096b50538df8b4d4b34f95273481c22a7ad
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Jul 30 17:11:57 2025 -0700

    docs: Fix pip install command for arrow-adbc-nightlies (#3222)
---
 docs/source/development/nightly.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/development/nightly.rst 
b/docs/source/development/nightly.rst
index 0f2ebb7e1..3f0e8572b 100644
--- a/docs/source/development/nightly.rst
+++ b/docs/source/development/nightly.rst
@@ -71,7 +71,7 @@ Example::
 
   pip install \
         --pre \
-        --index-url https://repo.fury.io/arrow-adbc-nightlies \
+        --extra-index-url https://repo.fury.io/arrow-adbc-nightlies \
         adbc-driver-manager
 
 .. list-table:: Supported platforms for nightly Python wheels

Reply via email to