<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/winpython/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/winpython/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Oct 2017 08:15:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/winpython/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by stonebig</title><link>https://sourceforge.net/p/winpython/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,7 @@
+Now maintained at https://github.com/winpython/winpython/wiki/Installation
+
+Legacy version:
+
 ## Requirements

 As some packages were built using Microsoft Visual Studio, you may have to install one of the following redistribution packages **on Windows XP and for WinPython 2.7 only**: 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stonebig</dc:creator><pubDate>Mon, 30 Oct 2017 08:15:04 -0000</pubDate><guid>https://sourceforge.net399de862ebcda28053ac59b4ca2eb4fc6a6431f9</guid></item><item><title>Installation modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,7 +7,7 @@

 ## Installation

-WinPython being a portable distribution, the main installer that can be downloaded [here](https://code.google.com/p/winpython/downloads/list) only copies files to a destination directory. It may however be installed more invasively into the operating system when "registering" the distribution (see [below](https://code.google.com/p/winpython/wiki/Installation#Registration)). 
+WinPython being a portable distribution, the main installer that can be downloaded [here](https://sourceforge.net/projects/winpython/files/) only copies files to a destination directory. It may however be installed more invasively into the operating system when "registering" the distribution (see section "Registration" below). 

 ## Settings

@@ -17,7 +17,7 @@

 The [WinPython Control Panel](ControlPanel) allows to "register" your WinPython distribution to Windows (see screenshot below). 

-![](https://winpython.googlecode.com/files/wpcp_register_2741.png)
+![](http://winpython.sourceforge.net/images/wpcp_register_2741.png)

 Registering your WinPython installation will: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Thu, 26 Dec 2013 09:19:20 -0000</pubDate><guid>https://sourceforge.netc3d92d64b2a90cdeafcc72eb69d59e4d273e1edf</guid></item><item><title>Installation modified by Anonymous</title><link>https://sourceforge.net/p/winpython/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;p&gt;As some packages were built using Microsoft Visual Studio, you may have to install one of the following redistribution packages &lt;strong&gt;on Windows XP and for WinPython 2.7 only&lt;/strong&gt;: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinPython 2.7 32bit: &lt;a class="" href="http://www.microsoft.com/en-us/download/details.aspx?id=29" rel="nofollow"&gt;Microsoft Visual C++ 2008 Redistributable Package (x86)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;WinPython 2.7 64bit: &lt;a class="" href="http://www.microsoft.com/en-us/download/details.aspx?id=15336" rel="nofollow"&gt;Microsoft Visual C++ 2008 Redistributable Package (x64)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;WinPython being a portable distribution, the main installer that can be downloaded &lt;a class="" href="https://code.google.com/p/winpython/downloads/list" rel="nofollow"&gt;here&lt;/a&gt; only copies files to a destination directory. It may however be installed more invasively into the operating system when "registering" the distribution (see &lt;a class="" href="https://code.google.com/p/winpython/wiki/Installation#Registration" rel="nofollow"&gt;below&lt;/a&gt;). &lt;/p&gt;
&lt;h2 id="settings"&gt;Settings&lt;/h2&gt;
&lt;p&gt;All installed Python packages store their settings in &lt;code&gt;[WINPYTHON_DIR]\settings&lt;/code&gt; instead of user profile directory (e.g. &lt;code&gt;C:\Users\username&lt;/code&gt; in Windows Vista/7/8), hence allowing to move your settings with your favorite distribution, in a portable way. This is the default behavior but it can be changed by simply removing the &lt;code&gt;[WINPYTHON_DIR]\settings&lt;/code&gt; folder, forcing WinPython to use the user profile directory instead. &lt;/p&gt;
&lt;h2 id="registration"&gt;Registration&lt;/h2&gt;
&lt;p&gt;The &lt;a class="" href="../ControlPanel"&gt;WinPython Control Panel&lt;/a&gt; allows to "register" your WinPython distribution to Windows (see screenshot below). &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="https://winpython.googlecode.com/files/wpcp_register_2741.png" rel="nofollow" /&gt;&lt;/p&gt;
&lt;p&gt;Registering your WinPython installation will: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;associate file extensions &lt;code&gt;.py&lt;/code&gt;, &lt;code&gt;.pyc&lt;/code&gt; and &lt;code&gt;.pyo&lt;/code&gt; to Python interpreter &lt;/li&gt;
&lt;li&gt;register Python icons in Windows explorer &lt;/li&gt;
&lt;li&gt;add context menu entries &lt;code&gt;Edit with IDLE&lt;/code&gt; and &lt;code&gt;Edit with Spyder&lt;/code&gt; for &lt;code&gt;.py&lt;/code&gt; files &lt;/li&gt;
&lt;li&gt;register WinPython as a standard Python distribution (standard Python Windows installers will see WinPython in Windows registry) &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 21 Dec 2013 15:47:01 -0000</pubDate><guid>https://sourceforge.net5a83627b552e5a3d88c12118c7e79fd76947054b</guid></item></channel></rss>