<?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/ftdidevice/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/ftdidevice/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Apr 2013 17:36:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ftdidevice/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 ------------

 At the moment there si no any installation.
-Just download and unzip "ftdidevice.zip" then copy whole "device" folder to your python project. Now you can access ftdidevice objects simple by:
+Just download and unpack "ftdidevice.tar.gz" then copy whole "device" folder to your python project. Now you can access ftdidevice objects simple by:

 ~~~~~
 from device import ftdidevice
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Thu, 25 Apr 2013 17:36:29 -0000</pubDate><guid>https://sourceforge.nete184f2cb0f367b91529b95a6fb145225be7853ab</guid></item><item><title>Installation modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,9 +4,12 @@
 At the moment there si no any installation.
 Just download and unzip "ftdidevice.zip" then copy whole "device" folder to your python project. Now you can access ftdidevice objects simple by:

-&gt;from device import ftdidevice
-&gt;
-&gt;my_device = ftdidevice.Device(...)
-&gt;my_device = my_device.open()
+~~~~~
+from device import ftdidevice
+
+#init and open device
+my_device = ftdidevice.Device(...)
+my_device = my_device.open()
+~~~~~

 please see example.py for more details
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Thu, 25 Apr 2013 07:28:04 -0000</pubDate><guid>https://sourceforge.net040a716c6933fd140ad379cb0357e80a4c08ed3c</guid></item><item><title>Installation modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="installation"&gt;Installation:&lt;/h2&gt;
&lt;p&gt;At the moment there si no any installation.&lt;br /&gt;
Just download and unzip "ftdidevice.zip" then copy whole "device" folder to your python project. Now you can access ftdidevice objects simple by:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;from device import ftdidevice&lt;/p&gt;
&lt;p&gt;my_device = ftdidevice.Device(...)&lt;br /&gt;
my_device = my_device.open()&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;please see example.py for more details&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Wed, 24 Apr 2013 08:02:04 -0000</pubDate><guid>https://sourceforge.netc0454b39795bf536bc5759cee7ff2bfbcd2ce463</guid></item></channel></rss>