Lumpy: Installation Instructions

Lumpy is part of the Swampy suite, but it can also be installed separately for people who don't want the entire package. Download one of these archive files:

lumpy.1.0.tar (tar file)

lumpy.1.0.tgz (gzipped tar file)

lumpy.1.0.zip (zip file)

To unpack, type

tar -xf lumpy.1.0.tar

or

tar -xzf lumpy.1.0.tgz

or

unzip lumpy.1.0.zip
Then move into the directory you just created:
cd lumpy.1.0.zip
And try running the example. If your Python interpreter is in /usr/bin, you can run it as an executable:
./lumpy_test.py
Otherwise you can name the interpreter explicitly:
python lumpy_test.py

Back to the Swampy Home Page