-
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.m #106
Comments
The environment is there for two reasons:
|
Great
Ok cool so should we add this back in the README? As an example? And right now I don't know what the test section is about? The automatic tests to make sure the whole library is consistent? |
We could add it back. Yes, there are automatic tests (e.g. https://github.com/Cloud-Drift/clouddrift/blob/main/tests/analysis_tests.py) that gets executed after each modification to validate the code. |
Fix Cloud-Drift#106 - added details on how to use the `environment.yml` - added a note on using the pip package - added badges for the conda and pip packages
* Use active language * Remove note about system libraries * Document installing locally with pip * Bring the docs and examples links to the top; fixes #106 * Building on unsupported platforms
What is now the recommended use of the
.yml
file? And as a corollary, the use of theclouddrift
environment that can be created from it? I understand we removed this from the README some time ago.The text was updated successfully, but these errors were encountered: