martin-g commented on code in PR #124: URL: https://github.com/apache/arrow-datafusion-python/pull/124#discussion_r1069042109
########## 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: Who will update the conda-forge metadata for new releases ? I.e. would it be possible that a new version of a-d-python is released, e.g. 0.9, and conda still installs 0.8 ? If Conda does not fetch this info from PyPi then I expect users to file issues here about this and the a-d-p developers won't be able to help. -- 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]
