-
Notifications
You must be signed in to change notification settings - Fork 149
Docs: Remove env_developer.yml from install guide #727
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
Conversation
peanutfun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tovogt Thanks a lot for this fix, I missed the part where the old env_developer.yml was still used. However, the information on dev and extras in general was moved into its own section, see https://climada-python.readthedocs.io/en/latest/guide/install.html#install-developer-dependencies-optional. Did you miss that part, by chance? I don't think we should display this information twice, and I also think that installing the dev requirements should not be the default instruction.
|
Ah, okay, I missed that part. I thought I was in the section about developer instructions already. And the dev requirements used to be the default here before. But I'm fine with removing the extra part. |
|
I added your suggested changes. Are you aware that the |
|
@tovogt I admit, this is a bit imprecise. Executing |
|
I tried to mention this somewhat explicitly:
(emphasis by me) @tovogt Do you think this is clear enough or should we change something about that? |
|
Don't worry, I think it's clear enough. Thanks for considering my concerns :) |
|
Great, thanks a lot for taking your time and fixing the docs! 🎉 |
Changes proposed in this PR:
setup.py#712, the installation instructions for developers were outdated. This fixes the install guide.PR Author Checklist
develop)PR Reviewer Checklist