tAdded download links, win link not live yet - cross-stitch - interactively turn images into patterns for cross stitching
 (HTM) git clone git://src.adamsgaard.dk/cross-stitch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f1c1afc3617976565e6b9f46c8b4fa1ca8c862d0
 (DIR) parent e1dfe65458fcee0a8495a2491127ba496a842c73
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Sat, 15 Feb 2014 12:40:19 +0100
       
       Added download links, win link not live yet
       
       Diffstat:
         M README.rst                          |      10 ++++++++--
       
       1 file changed, 8 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -5,13 +5,19 @@ A Python application to turn your images into patterns for cross stitching.
        
        https://github.com/anders-dc/cross-stitch
        
       +Download builds
       +---------------
       +There are pre-compiled standalone versions available for Mac OS X and Windows:
       +  - Mac OS X: https://cs.au.dk/~adc/files/cross-stitch-osx.zip
       +  - Windows: https://cs.au.dk/~adc/files/cross-stitch-win.zip
       +
        Requirements
        ------------
       -Python 2 or 3, Numpy, Scipy, and Matplotlib.
       +Python 2 or 3, Numpy, Scipy, Matplotlib, and WX.
        
        To install these dependencies in Debian and its derivatives, run:
        
       -  $ sudo apt-get install python python-numpy python-scipy python-matplotlib
       +  $ sudo apt-get install python python-numpy python-scipy python-matplotlib python-wx
        
        License
        -------