amoeba commented on issue #3080:
URL: https://github.com/apache/arrow-adbc/issues/3080#issuecomment-3025940606
It's still nice, IMO, to have smaller, task-focused conda env files since
conda is so slow. For example, if a user _only_ wants to contribute a docs
change, we should make that as fast and easy as it can be made. How about just
adding a note?
```patch
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 51737ef9b..a85508d15 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -225,6 +225,7 @@ $ doxygen
$ popd
# Optionally: to also build the Python documentation
+# Note: May require running `conda install -c conda-forge compilers`
$ pushd python/adbc_driver_manager
$ pip install -e .[test]
$ popd
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]