Difference between revisions of "InstallingVisTrailsOnUbuntu"
Jump to navigation
Jump to search
m |
(Latest installation procedure on ubuntu) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
VisTrails now interfaces with apt directly via a Python API. This allows dynamic installation of necessary packages. As a result, you don't need to install any packages for the basic VisTrails install either. Just download the source and execute it with | |||
$ python vistrails.py | |||
and VisTrails should detect all necessary software and, if necessary, ask for your permission to install it. | |||
Latest revision as of 20:22, 16 May 2008
VisTrails now interfaces with apt directly via a Python API. This allows dynamic installation of necessary packages. As a result, you don't need to install any packages for the basic VisTrails install either. Just download the source and execute it with
$ python vistrails.py
and VisTrails should detect all necessary software and, if necessary, ask for your permission to install it.