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
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ <h2 id="overview">Overview</h2>
</ul></li>
<li><strong>Portable</strong>:
<ul>
<li>it runs out of the box on any Windows with 2Go Ram (Ipython needs Windows>XP, and Ipython Notebook 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>Runs out of the box on any Windows with 2GB Ram (IPython needs Windows>XP, and IPython Notebook 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>
</ul>
<li><strong>Flexible</strong>:
<ul>
<li>you can install as many WinPython as you want on the same machine: each one is isolated and self-consistent</li>
<li>these installations can be of different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit)</li>
<li>You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent</li>
<li>These installations can be of different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit)</li>
</ul>
<li><strong>Customizable</strong>:
<ul>
Expand All @@ -77,7 +77,7 @@ <h2 id="overview">Overview</h2>
</ul>
<p>WinPython is <strong>something different</strong> from other Python Distributions (see historic <a href="https://sourceforge.net/p/winpython/wiki/Roadmap"><!-- TODO --> motivation and concept</a>):</p>
<ul>
<li><strong>non-invasive</strong>: Winpython lives entirely in its own directory, without any OS installation</li>
<li><strong>non-invasive</strong>: WinPython lives entirely in its own directory, without any OS installation</li>
<li><strong>flavors</strong>: releases with added packages are created to better fit a <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_flavors/">domain</a> out-of-the-box</li>
<li><strong>do your own flavor</strong>: a winpython-creator <a href="https://sourceforge.net/projects/stonebig.u/files/Do_It_Yourself/">kit</a> is made available for you</li>
</ul>
Expand Down