<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting Started</title><link>https://sourceforge.net/p/picty/wiki/Getting%2520Started/</link><description>Recent changes to Getting Started</description><atom:link href="https://sourceforge.net/p/picty/wiki/Getting%20Started/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 09 Jun 2013 00:12:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/picty/wiki/Getting%20Started/feed" rel="self" type="application/rss+xml"/><item><title>Getting Started modified by dlm</title><link>https://sourceforge.net/p/picty/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -63,3 +63,11 @@
 *Other Linux*

 The basic instructions for Ubuntu and other Debian based systems will apply except that you won't be using apt-get to install the packages and the packages may be named slightly differently.
+
+Running picty for the First Time
+================================
+
+
+When you run picty for the first time you will be greeted with the following window:
+
+![Screenshot of picty](https://sourceforge.net/p/picty/wiki/Getting%20Started/attachment/picty-first-run1.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dlm</dc:creator><pubDate>Sun, 09 Jun 2013 00:12:27 -0000</pubDate><guid>https://sourceforge.net4518a31803675e21244c04662a7e791b2e0d7251</guid></item><item><title>Getting Started modified by dlm</title><link>https://sourceforge.net/p/picty/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="installation"&gt;Installation&lt;/h1&gt;
&lt;p&gt;You have two options for running picty: install from binary packages, or download and run the source directly. The windows version lacks some of the features of the linux version.&lt;/p&gt;
&lt;h2 id="binary-packages"&gt;Binary Packages&lt;/h2&gt;
&lt;p&gt;Unstable, testing releases are available for&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows users: sourceforge hosted binaries at &lt;a href="http://sourceforge.net/projects/picty/files"&gt;http://sourceforge.net/projects/picty/files&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ubuntu users: install the picty PPA following the directions at &lt;a href="http://launchpad.net/~damien-moore/+archive/ppa" rel="nofollow"&gt;http://launchpad.net/~damien-moore/+archive/ppa&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="running-from-source"&gt;Running from Source&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Windows&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You will need to download:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Python 2.7 from www.python.org&lt;/li&gt;
&lt;li&gt;PyGtk 2.0 all-in-one installer from &lt;a href="http://www.pygtk.org/downloads.html" rel="nofollow"&gt;http://www.pygtk.org/downloads.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;pyexiv2 installer from &lt;a href="http://tilloy.net/dev/pyexiv2/download.html" rel="nofollow"&gt;http://tilloy.net/dev/pyexiv2/download.html&lt;/a&gt; (make sure you get the python 2.7 version)&lt;/li&gt;
&lt;li&gt;Bazaar Version Control Sytem: &lt;a href="http://wiki.bazaar.canonical.com/Download" rel="nofollow"&gt;http://wiki.bazaar.canonical.com/Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Optional: osmgpsmap (for GPS mapping plugin to work)&lt;/li&gt;
&lt;li&gt;Optional: flickrapi (for flickr support)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Open a terminal (Start menu -&amp;gt; Run -&amp;gt; Cmd.exe) and type:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;directory&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;locate&lt;/span&gt; &lt;span class="n"&gt;picty&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="n"&gt;bzr&lt;/span&gt; &lt;span class="n"&gt;branch&lt;/span&gt; &lt;span class="n"&gt;lp&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;picty&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;picty&lt;/span&gt;
&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="n"&gt;python27&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;bin&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="n"&gt;picty&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ubuntu and other Debian Based Linux System&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To install the required dependencies, open a linux terminal and type:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;sudo&lt;/span&gt; &lt;span class="n"&gt;apt&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;bzr&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;pyinotify&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;pyexiv2&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;gtk2&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;gnome2&lt;/span&gt; &lt;span class="n"&gt;dcraw&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;osmgpsmap&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;flickrapi&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;(&lt;em&gt;bzr&lt;/em&gt; is to get the code, and &lt;em&gt;dcraw&lt;/em&gt;, &lt;em&gt;python-osmgpsmap&lt;/em&gt; and &lt;em&gt;python-flickrapi&lt;/em&gt; are optional)&lt;/p&gt;
&lt;p&gt;To get the code:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;directory&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;locate&lt;/span&gt; &lt;span class="n"&gt;picty&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="n"&gt;bzr&lt;/span&gt; &lt;span class="n"&gt;branch&lt;/span&gt; &lt;span class="n"&gt;lp&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;picty&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;To run:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;picty&lt;/span&gt;
&lt;span class="n"&gt;bin&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;picty&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;to update to the latest version&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;picty&lt;/span&gt;
&lt;span class="n"&gt;bzr&lt;/span&gt; &lt;span class="n"&gt;pull&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;you can also install the program into the system, which means picty will show up in your system application menus and be registered as a handler for cameras and image files -- see the INSTALL file&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Other Linux&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The basic instructions for Ubuntu and other Debian based systems will apply except that you won't be using apt-get to install the packages and the packages may be named slightly differently.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dlm</dc:creator><pubDate>Sat, 08 Jun 2013 23:57:49 -0000</pubDate><guid>https://sourceforge.nete219b30b6cbe185c04de6b9d58efb9acf7b134b7</guid></item></channel></rss>