Skip to content

latest ... Windows 7 news #103

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

Merged
merged 1 commit into from
Feb 4, 2023
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
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ <h2 id="overview">Overview</h2>
<ul>
<li>Runs out of the box(*) on any Windows 8+ with 2GB Ram (Jupyter Notebook will require a recent browser)</li>
<li>The WinPython folder can be moved to any location (**) (local, network, USB drive) with most of the <a href="https://github.com/winpython/winpython/wiki/Installation#settings">application settings</a></li>
<li>Last WinPython version that is said to still work on Windows 7 should be WinPython64-3.8.9.0</li>

</ul>
<li><strong>Flexible</strong>:
<ul>
Expand Down Expand Up @@ -344,7 +346,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..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 recent WinPython, Windows 8..11 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