Getting SNAKES and installing it
Sunday, January 17, 2010
A package for Ubuntu Linux is available at my LaunchPad PPA. Instructions are provided there to tell your package manager about where to find SNAKES. The package itself is called python-snakes, it declares the appropriate dependencies so that SNAKES can be used right after installation.
To install from source, first download the latest version from SNAKES download page. Then uncompress the archive and run python setup.py install at the command line.
SNAKES should work with any Python version starting from 2.5, but it will not work for an older version. Optionally, you may want to install additional software required by some plugins. In particular GraphViz is required to be able to draw nets.
Post a comment