commit f1c1afc3617976565e6b9f46c8b4fa1ca8c862d0
parent e1dfe65458fcee0a8495a2491127ba496a842c73
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:
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
@@ -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
-------