-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: update guideline for installation development environment using pip #40598
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
charlesdong1991
commented
Mar 23, 2021
•
edited
Loading
edited
- closes BUG: Installation of the build dependencies fails #40595
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
@@ -325,7 +325,10 @@ Creating a Python environment (pip) | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
If you aren't using conda for your development environment, follow these instructions. | |||
You'll need to have at least Python 3.6.1 installed on your system. | |||
You'll need to have at least Python 3.6.1 installed on your system. If your Python version |
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.
3.7 now?
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.
Thanks! Updated!
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.
my bad, just noticed there's already #40552 open to address the 3.6.1 issue, sorry for my irrelevant comment
thanks @charlesdong1991 |