
1. To install:

  These plugins are currently only available for QGIS 1.8, we are working on updating these to QGIS 2.0. As part of the QGIS 
  install python should already be installed on your machine.
  software to be installed.

  To enable please save the .zip file to your QGIS plugin directory and then unzip.  This should be here:
  C:\Users\<username>\.qgis2\python\plugins\ (for QGIS 2.0 and later)

  
2. To use:
  For more detailed information please see: http://wiki.tuflow.com/index.php?title=TUFLOW_QGIS_Plugin
  
  When you open QGIS the plugin should load itself. If not, you can enable it from Plugin > Manage and Install plugins window.
  This can be found under Plugins >> TUFLOW

  To check you have the required dependencies please run the following tool:
    Plugins >> TUFLOW >> About >> Check Python Dependencies Installed.

  If additional dependencies are required, these should be listed in the dialogue.  The main dependencies are:
  a) matplotlib

  You can download matplotlib from
  http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.win32-py2.7.exe/download
  and install it in the usual way.
  
  b) numpy

  You can download numpy from
  http://sourceforge.net/projects/numpy/files/NumPy/1.6.1/numpy-1.6.1-win32-superpack-python2.7.exe/download
  and install it in the usual way.

  Alternatively, you can install them from OSGeo4W package manager.


