-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add quick start section and gif demo to accompany it. #3044
Conversation
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.
This essentially duplicates the installation and usage sections -- and not in much fewer words, either!
Maybe rather move the installation section higher and/or make it more concise?
The gif is a good idea. Maybe worth showcasing the prefix resolution in it?
If the basic basic scenario is "install the latest CPython release", it could rather be done with pyenv install 3
.
|
1. Details in 'Getting Pyenv' and 'Setup for your shell' are collapsed. User can expand relevant sections depending on their platform and shell. 2. 'How It Works' and 'Advanced Configuration' are moved to the bottom of the README.md just before 'Contributing' section at the end. 3. Added a GIF in the 'Usage' section to showcase - Listing python versions available for install. - Installing a specific python version. - Listing installed python versions. - Switching to another python version for a directory. - Testing by moving terminal into the directory and moving back.
e650e68
to
b28e68a
Compare
@native-api Hey, I have incorporated the changes you mentioned. Please let me know if it requires further changes. Changes brief:
|
There are conflicts with |
Yeah I will fix those and push my changes. |
resolved. |
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.
Okay, these are... pretty compact!
The interactive elements may confuse someone, but I think we can give this a whirl!
I hope you don't mind being CC'ed for any relevant feedback from users?
Thank you very much for your contribution! 🎉 |
Sorry for the late reply. Sure I will be happy to reply. Although I guess I have to come back here more often. |
Thanks for the encouragement. I do want to continue contributing, even if very seasonally. |
Make sure you have checked all steps below.
Prerequisite
Description
This is a PR to add a quick start section to the github README.md along with a quick demo to show how to install and switch to a different python version using pyenv.
Tests
Not Applicable.