diff --git a/images/winpython_launchers.png b/images/winpython_launchers.png
index c1a8cbe..3f7aa50 100644
Binary files a/images/winpython_launchers.png and b/images/winpython_launchers.png differ
diff --git a/index.html b/index.html
index 6ba47dd..3bf5dac 100644
--- a/index.html
+++ b/index.html
@@ -31,14 +31,14 @@
Recent Releases
Release 2015-08 of December 12th, 2015
Highlights: WinPython 3.5, Pandas 0.17.1, Scikit-learn 0.17, smaller Winpython variants (Zero and Slim)
Release 2015-07 of October 29th, 2015
Highlights: Ipython 4, Spyder 3, Matplotlib 1.5, Pandas 0.17, Qt5.5.1, closer integration with pip
@@ -52,38 +52,38 @@ Recent Releases
Overview
- WinPython is a free open-source portable distribution of the Python programming language for Windows Vista/7/8 and scientific and educational usage.
+ WinPython is a free open-source portable distribution of the Python programming language for Windows 7/8/10 and scientific and educational usage.

It is a full-featured (see our Wiki) Python-based scientific environment:
- Designed for scientists, data-scientists, and education (thanks to NumPy, SciPy, Sympy, Matplotlib, Pandas, pyqtgraph, etc.):
- - interactive data processing and visualization using Python with Spyder and IPython, or IDLE
+ - interactive data processing and visualization using Python with Spyder and Jupyter/IPython, or IDLE
- out-of-the-box working Compiler (Mingw64), fully integrated Cython and Numba! See included example
- - connectors (cffi, odbc, rpy2, scilab2py, requests, ...) and dedicated Flavors (R, Julia, ...) for advanced users
+ - connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users
- Portable:
- - Runs out of the box on any Windows with 2GB Ram (IPython needs Windows>XP, and IPython Notebook a recent browser)
+ - Runs out of the box(*) on any Windows with 2GB Ram (Jupyter Notebook may require a recent browser)
- The WinPython folder can be moved to any location (local, network, USB drive) with most of the application settings
- Flexible:
- You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent
- - These installations can be of different versions of Python (2.7 or 3.4+) or different architectures (32bit or 64bit)
+ - These installations can be of different versions of Python (3.5/3.4/2.7...) and different architectures (32bit/64bit)
- Customizable:
- The integrated WinPython Package Manager (WPPM) helps installing, uninstalling or upgrading Python packages
- - It's also possible to install or upgrade packages using pip from the WinPython command prompt
+ - It's also possible to install or upgrade packages using pip from the WinPython command prompt
- A configuration file allows you to set environment variables at runtime
WinPython is something different from other Python Distributions (see historic motivation and concept):
- non-invasive: WinPython lives entirely in its own directory, without any OS installation
- - flavors: releases with added packages are created to better fit a domain out-of-the-box
- - do your own flavor: a winpython-creator kit is made available for you
+ - customizable: add your missing packages, zip the WinPython directory and give it to your students
+ - do your own version: a winpython-creator kit is made available for you
@@ -98,9 +98,12 @@ Portable or not, the choice is yours!
register WinPython as a standard Python distribution (standard Python Windows installers will see WinPython in Windows registry)
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
-
+
+ (*) For WinPython 3.5, Windows 7/8 users may have to install Microsoft Visual C++ Redistributable for Visual Studio 2015
+
+
-
+