SciRuby / plotrb

A plotting library in Ruby built on top of Vega and D3.
Other
23 stars 6 forks source link

Script to install Vega and other required stuff #7

Open zuhao opened 11 years ago

zuhao commented 11 years ago

This is related to #6.

Users may not have Vega installed as a Node.js module; after all, Vega is intended to be used directly in browser.

We should have a simple script to install dependencies such as Node.js, Vega module, (maybe) d3.js.