INSTALLATION
~~~~~~~~~~~~

The installation is just as always for Sketch scripts. Put the file in
a place where sketch finds it (for example in ~/.sketch/). To inform
sketch about the new script, it has to be registered. This is done done
by creating a file ~/.sketch/userhooks.py which contains the line:

import transform

If you already have a userhooks.py file, just append this line. Now
there should be an entry "Transform" in the Scipt-menu.
