openworm / org.geppetto

Geppetto is an open-source platform to build web-based applications to visualize and simulate neuroscience data and models.
http://geppetto.org
Other
209 stars 50 forks source link

Improve setup.py script #497

Closed tarelli closed 7 years ago

tarelli commented 8 years ago

Add a command line interface to the script to guide the user to specify which bundles they want to install which will also update config.json and geppetto.plan.

Additional modification - have an "interactive" and a "non-interactive" mode. The non-interactive mode will just include the default scripts.

LordKrabo commented 8 years ago

Haven't done anything on this yet, will work on this for sprint 75.

LordKrabo commented 8 years ago

I have a setup_optional script - this allows the user to select the repos I need. Having said that, I am not sure whether I should merge this with @slarson 's setup script or whether the two should be kept separate.