Python package for solving two-point boundary value problems
Download: http://pypi.python.org/pypi/scikits.bvp_solver
Homepage: http://packages.python.org/scikits.bvp_solver/
PyPI: http://pypi.python.org/pypi/scikits.bvp_solver
People: John Salvatier
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.bvp_solver
Install the Easy Install tools. Afterwards you can install scikits.bvp_solver from the terminal by executing:
sudo easy_install scikits.bvp_solver
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.bvp_solver
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
This package was discovered in PyPI.