Download and Install cppad_py
Syntax
`bin/get_cppad_py.py [test] [debug] [prefix]
Command Line Arguments
The order of the command line arguments test, debug, and prefix does not matter
test
If this argument is present it must be test=True.
In this case cppad_py will be tested before the install.
debug
If this argument is present it must be debug=True.
In this case the debug version of cppad_py will be built
(possible tested) and installed.
prefix
If this argument is present it must be prefix=path.
In this case the path will be the prefix where cppad_py is installed.
Otherwise the standard setup.py path is used.