
# This is a standard distutils install, e.g.:

cp tappy-0.9.0.tar.gz myworkdir
cd myworkdir
gzip -cd tappy-0.9.0.tar.gz | tar xvf -
cd tappy-0.9.0

# At this point you can try TAPPY out without installing.
cd example
../tappy.py analysis mayport_florida_8720220_data.txt
cd ..

# If you want to install...
python setup.py build
python setup.py install #possibly as root
