Doc: Added correct python command version - #801
Merged
Conversation
Added correct python command version Signed-off-by: Ravinder Mahajan <88770719+ravinder-tw@users.noreply.github.com>
Signed-off-by: Ravinder Mahajan <88770719+ravinder-tw@users.noreply.github.com>
Signed-off-by: Ravinder Mahajan <88770719+ravinder-tw@users.noreply.github.com>
Pouyanpi
reviewed
Oct 15, 2024
Pouyanpi
left a comment
Collaborator
There was a problem hiding this comment.
Thank you @ravinder-tw, after making these minor changes we are good to merge.
|
|
||
| ```bash | ||
| python --version | ||
| python --version or python3 --version |
Collaborator
There was a problem hiding this comment.
Please change it to:
python --version
# or
python3 --version| python --version | ||
| python --version or python3 --version | ||
| ``` | ||
| If not present, please download latest python version from https://www.python.org/downloads/ and try above command |
Collaborator
There was a problem hiding this comment.
Let's drop this because the user might prefer to use different channel to install Python and we suppose they already know how to do it as they want to contribute. What do you think?
Contributor
Author
There was a problem hiding this comment.
Makes sense, let folks decide how do they wish to install.
I have made required changes. Please review and merge @Pouyanpi
Signed-off-by: Ravinder Mahajan <88770719+ravinder-tw@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added correct python command version
Description
Added correct python command version. Latest version of python works with
python3instead onpythonRelates Issues
NA
Checklist