Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>
</ul>
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!

<p>(*) For recent WinPython, Windows 8 users may have to install <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">Microsoft Visual C++ Redistributable for Visual Studio 2017</a> (vc_redist_x86.exe for WinPython 32bit, vc_redist_x64.exe for Winpython 64bit)
<p>(*) For recent WinPython, Windows 8..10 users may have to install missing system DLL <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">Microsoft Visual C++ Redistributable for Visual Studio 2017..2019</a> (vc_redist_x86.exe for WinPython 32bit, vc_redist_x64.exe for Winpython 64bit)

<p>(*) For best Winpython 2018-01 and later experience, it is recommended to have Winpython base directory path smaller than 37 characters. example: C:\Users\xxxxxxxx\Downloads\WinPython

Expand Down