Skip to content
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 with new install and test info #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

austinorr
Copy link
Contributor

No description provided.

@austinorr austinorr requested a review from phobson June 22, 2022 17:45

conda activate cloudside
conda install metar --channel=conda-forge
conda create --name=cloudside python=3.8 notebook pytest pandas matplotlib requests coverage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add metar in this and keep the conda-forge specification

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we are testing against pip install metar and there are no fancy dependency binaries, why would we advise users to install via conda and/or conda-forge?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems that where projects can be pure pip, they should be and the tests prove that users don't need conda-forge to make this work.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of see what you mean, but the partial list of dependencies (missing metar) feels off to me. In my corner of the python world, people conda are now mostly installing via miniforge for mambaforge, where the defaults channel is omitted from .condarc as that's going to a subscription model.

Easiest thing would be to drop conda instructions entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants