Add readme master

file:1bf90104dda1d1a1206fbe8e4684b7c574c51fd7 -> file:afa3bc3abe81914805f3a2251915b83d7fc96683
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
+README
setup.py
topo_clip.pyw
geomorph/__init__.py
file:34fd1993a71cf60993334597627d764c8164f26b(new)
--- /dev/null
+++ b/README
@@ -0,0 +1,35 @@
+
+geomorph
+
+Simeon Veldstra 2008
+
+
+This is the Geomorph software suite, a set of tools for tracking
+alterations to the earth's surface.
+
+Installation instructions:
+
+Windows:
+1) Install python2.5
+ From the installer on the CD-ROM install python2.5.
+
+2) Install qgis-0.9.1
+ From the installer on the CD-ROM install qgis-0.9.1
+
+3) Install geomorph-0.0.3
+ From the installer on the CD-ROM install geomorph-0.0.3
+
+4) Create a shortcut:
+ Right-click on the desktop
+ Select New->New Shortcut
+ Choose C:\Python25\Scripts\topo_clip.pyw
+
+Linux:
+1) Ensure qgis version 0.9.1 is installed
+
+2) Ensure python 2.5 is installed and the qgis bindings are
+working
+
+3) Unpack the geomorph distribution and run:
+python setup.py install
+