<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to install</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/install/</link><description>Recent changes to install</description><atom:link href="https://sourceforge.net/p/raspberry-gpio-python/wiki/install/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 30 Apr 2015 07:10:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/raspberry-gpio-python/wiki/install/feed" rel="self" type="application/rss+xml"/><item><title>install modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 # RPi.GPIO Installation

-## Raspbian
+## Raspbian Wheezy

 The RPi.GPIO module is installed by default in Raspbian.  To make sure that it is at the latest version:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Thu, 30 Apr 2015 07:10:33 -0000</pubDate><guid>https://sourceforge.net70be3450880c60392708d0c99a3ba9ccf2b45284</guid></item><item><title>install modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,7 +2,7 @@

 ## Raspbian

-The RPi.GPIO module is installed by default in Raspbian.  If for some strange reason it is not:
+The RPi.GPIO module is installed by default in Raspbian.  To make sure that it is at the latest version:

 $ sudo apt-get update
 $ sudo apt-get install python-rpi.gpio python3-rpi.gpio
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Sat, 11 Oct 2014 20:54:34 -0000</pubDate><guid>https://sourceforge.net03d894abf8e9ad9d0fa59e40c375a4327c6997f6</guid></item><item><title>install modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="rpigpio-installation"&gt;RPi.GPIO Installation&lt;/h1&gt;
&lt;h2 id="raspbian"&gt;Raspbian&lt;/h2&gt;
&lt;p&gt;The RPi.GPIO module is installed by default in Raspbian.  If for some strange reason it is not:&lt;/p&gt;
&lt;p&gt;$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install python-rpi.gpio python3-rpi.gpio&lt;/p&gt;
&lt;p&gt;To install the latest development version from the project source code library:&lt;/p&gt;
&lt;p&gt;$ sudo apt-get install python-dev python3-dev&lt;br /&gt;
$ sudo apt-get install mercurial&lt;br /&gt;
$ sudo apt-get install python-pip python3-pip&lt;br /&gt;
$ sudo apt-get remove python-rpi.gpio python3-rpi.gpio&lt;br /&gt;
$ sudo pip install hg+http://hg.code.sf.net/p/raspberry-gpio-python/code#egg=RPi.GPIO&lt;br /&gt;
$ sudo pip-3.2 install hg+http://hg.code.sf.net/p/raspberry-gpio-python/code#egg=RPi.GPIO&lt;/p&gt;
&lt;p&gt;To revert back to the default version in Raspbian:&lt;/p&gt;
&lt;p&gt;$ sudo pip uninstall RPi.GPIO&lt;br /&gt;
$ sudo pip-3.2 uninstall RPi.GPIO&lt;br /&gt;
$ sudo apt-get install python-rpi.gpio python3-rpi.gpio&lt;/p&gt;
&lt;h2 id="other-distributions"&gt;Other Distributions&lt;/h2&gt;
&lt;p&gt;It is recommended that you install RPi.GPIO using the pip utility as superuser (root):&lt;/p&gt;
&lt;p&gt;# pip install RPi.GPIO&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Sat, 11 Oct 2014 20:36:06 -0000</pubDate><guid>https://sourceforge.net43f2d56d89dc1f0ccfe5f0e86d9df861635dc2f4</guid></item></channel></rss>