jdye64 commented on code in PR #124: URL: https://github.com/apache/arrow-datafusion-python/pull/124#discussion_r1069750201
########## README.md: ########## @@ -149,12 +149,18 @@ assert result.column(0) == pyarrow.array([6.0]) ## How to install (from pip) +### Pip ```bash pip install datafusion # or python -m pip install datafusion ``` +### Conda +```bash +conda install -c conda-forge datafusion Review Comment: It would be the responsibility of the community to update conda-forge at release time. Let me add the logic in the release scripts and document that in this PR. For what its worth there is an repo at https://anaconda.org/conda-forge/datafusion and I am trying to find out who owns that now so the proper permissions can be established -- 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]
