Instructions how to build Qsnake are in the README in the qsnake
repository, also available at:
https://github.com/qsnake/qsnake
Currently, after installing prerequisites, this should do it:
git clone https://github.com/qsnake/qsnake.git
cd qsnake
./qsnake -d
./qsnake -b
Then use it as:
ondrej@crow:~$ qsnake
----------------------------------------------------------------------
| Qsnake Version 0.9.10.beta1, Release Date: November 21, 2010 |
| Type lab() for the GUI. |
----------------------------------------------------------------------
In [1]: import scipy
In [2]: import h5py
[...]
Currently, only linux is supported. If anything doesn't work, please
report it to the mailinglist.
Ondrej