Contact

Email (PGP key), Homepage

Address: IBISC, 1st floor, room 16,
University of Évry
Tour Évry 2
523 place des terrasses de l'Agora
91000 Évry, France

Tel: (+33)160873718
Fax: (+33)160873789


Search

Rss Posts

Rss Comments

Login

 

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