-
Notifications
You must be signed in to change notification settings - Fork 1
Manual Installation ‐ Windows
EXDYSA edited this page Sep 19, 2024
·
7 revisions
Tip
-
Download Python
-
- Install for All Users
- Add python.exe to Path
-
cmd /k where python && pause
-
Download Git
-
- Git LFS (Large File Support)
-
- Git from the command line and also from 3rd-party software.
-
- Use Windows' default console window
-
Confirm the git install by opening Command Prompt or Powershell and using the
where
command. Hit Windows + R and writecmd /k where git && pause
-
While the terminal window is open, change the behavior of Command Prompt so it does not freeze when clicked:
- QuickEdit Mode
then follow the Python instructions.