-
Notifications
You must be signed in to change notification settings - Fork 92
Improve development instructions #3468
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
|
|
||
| #### 1. Clone repo | ||
| The code is hosted on GitHub, so you will need to use Git to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. | ||
| The code is hosted on GitHub, so you will need to use Git to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. Additionally, you must make sure that the version of Python you use is at least 3.8. Using `conda` you can use `conda create -n evalml python=3.8` and `conda activate evalml` before the following steps. |
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.
Thank you @federicogarza !
Codecov Report
@@ Coverage Diff @@
## main #3468 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 336 336
Lines 33368 33368
=====================================
Hits 33242 33242
Misses 126 126 Continue to review full report at Codecov.
|
|
Thanks for contributing @federicogarza ! Please take a minute to update the release notes with this PR number and that should pass your CI! Let me know if you have any questions. Be happy to help. |
Hi @chukarsten. I've added the PR to the release notes in 57f9aa4. Let me know if anything else is needed. :) |
chukarsten
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.
Thanks a ton for contributing!
Pull Request Description
I've noticed that the minimum Python version required is
3.8. I've added this information in this PR and instructions to set up a Python environment usingconda.After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rstto include this pull request by adding :pr:123.