Boundary value problem (legacy) solvers for ODEs
Download: http://www.iki.fi/pav/software/bvp
Homepage: http://www.iki.fi/pav/software/bvp
PyPI: http://pypi.python.org/pypi/scikits.bvp1lg
People: Pauli Virtanen
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.bvp1lg
Install the Easy Install tools. Afterwards you can install scikits.bvp1lg from the terminal by executing:
sudo easy_install scikits.bvp1lg
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.bvp1lg
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.