-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Added new Managing dependencies section, fixed one typo #7617
Conversation
@microsoft-github-policy-service agree |
@cwebster-99 Can you review this PR for the Python tutorial? |
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.
@harish-s-developer Thanks for contributing. I've added a couple text formatting suggestions.
Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com>
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.
LGTM!
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 for adding this to our docs, I think it is a great inclusion! Added some comments around restructuring this to better fit in the flow of the tutorial.
Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
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.
LGTM! Thanks for the contribution!
I have added a new Managing dependencies section illustrating the creation of requirements.txt file and reusing it while setting up another virtual environment.