-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #120
Update README #120
Conversation
The changes are ok. I don't want to sound like a So I don't think we should
so I installed this:
Now the .venv worked.
|
Thanks for the review and feedback. Yes, on some less common platforms like IBM Power9 or Raspberry Pi, netCDF4 doesn't have pre-built wheels on PyPI, and in that case, you need to install a system dependency by hand. And Conda is a 3rd party tool made by a for-profit corp that you need to install manually on any OS. Neither solution is ideal and each has its pros and cons. Moreover, the differences are more cultural than technical. We need to support both kinds of users because neither is insignificant in numbers. Let's please end the package manager wars here. The best we can do as a package is to support both package managers as best as we can. For Conda, we already go above and beyond thanks to your effort with conda-forge. And for pip, I'll aim to keep the complexity sufficiently low so that CloudDrift continues to build out of the box on the 3 major platforms. I added a note about building on less common platforms. |
Tested successfully on my laptop with both pip and conda installs. |
This PR makes a few updates to the README: