We should work our how best to use [setup scripts](http://docs.python.org/2/distutils/setupscript.html)... I think you can use the setup command and it will install any modules we use in our routines like numpy and matplotlib, so you can then do ``` Python import disk as d ``` in any program
We should work our how best to use setup scripts...
I think you can use the setup command and it will install any modules we use in our routines like numpy and matplotlib, so you can then do
in any program