InstallingVisTrailsOnUbuntu
From VisTrailsWiki
(Difference between revisions)
(Removed everything, to soon replace with new content) |
(Latest installation procedure on ubuntu) |
||
(5 intermediate revisions 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. |
Current revision as of 13: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.