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 df64ed6fa docs: add installation of basic Python dependencies to 
CONTRIBUTING.md (#3053)
df64ed6fa is described below

commit df64ed6fa890731210cd5c384058d091f60fc36d
Author: Daijiro Fukuda <[email protected]>
AuthorDate: Fri Jun 27 20:11:09 2025 +0900

    docs: add installation of basic Python dependencies to CONTRIBUTING.md 
(#3053)
    
    Closes #3052
---
 CONTRIBUTING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9655c19b4..51737ef9b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -368,6 +368,7 @@ individual READMEs for additional dependencies.  In 
general, that
 means all projects can be built as follows:
 
 ```shell
+$ mamba install --file ci/conda_env_python.txt
 $ cd python/adbc_driver_manager
 $ pip install -e .
 ```

Reply via email to