-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,14 +75,18 @@ There are countless ways to install software on Windows. Here we describe *one* | |
possible approach that should work on any Windows computer, like one that you | ||
may have just bought. | ||
|
||
Unless you know what you are doing, try to follow the steps precisely. | ||
If something is not working, you probably did something wrong in the previous step. | ||
It is often faster and easier to start over than trying to find out what went wrong. | ||
|
||
|
||
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 | ||
Python 3 release. | ||
|
||
.. windows-wit:: Avoid installing Python from the Windows store | ||
|
@@ -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 commentThe 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 |
||
|
||
Git: | ||
Windows also does not come with Git. If you happen to have it installed already, | ||
please check, if you have configured it for command line use. You should be able | ||
|
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.