-
Notifications
You must be signed in to change notification settings - Fork 56
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 extra instruction for windows users (installation #1016
base: main
Are you sure you want to change the base?
Conversation
@adswa I would work this PR if you think it makes sense, what do you think about adding tests at each step ? |
|
||
Python: | ||
Windows itself does not ship with Python, it must be installed separately. | ||
If you already did that, please check the :find-out-more:`on Python | ||
versions <fom-py2v3>`, if it matches the requirements. Otherwise, head over | ||
to the `download section of the Python website | ||
<https://www.python.org/downloads>`_, and download an installer. Unless you | ||
have specific requirements, go with the 64bit installer of the latest | ||
have specific requirements, go with the 4bit installer of the latest |
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 change should be removed.
@@ -96,6 +100,8 @@ Python: | |||
as this is required for subsequent installation steps and interactive use later on. | |||
Other than that, using the default installation settings is just fine. | |||
|
|||
If you did everything right, typing ``python --version`` in the command prompt should give you an answer. |
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.
Here you could mention the kind of correct answer you'd expect (instead of an "answer" like "command not found").
For example, something like "If you did everything right, typing python --version
in the command prompt should show your installed Python version, like 'Python 3.x.y'."
I think it would be good to add some tests for other steps.
Alternatively or in addition, one could have a debug section with the tests at the end ?
People tend to go to fast and make mistakes, debugging the installation makes little sense (starting over is simpler).