No subject
Thu Jun 29 11:59:23 CDT 2006
-------------------
f2py:
cd cvs/f2py2e
python setup.py install
# TODO: remove scipy_distutils dependence from setup.py
# Note that f2py2e can be installed before scipy_core, but not used
# until scipy_core is installed.
scipy_core and scipy:
cd cvs/scipy
python setup_scipy_core.py install
python setup_scipy.py install
# TODO: depreciate using setup.py
weave:
cd cvs/scipy/weave
python setup_weave.py install
# TODO: ?? depreciate using setup.py
More information about the Scipy-dev
mailing list