BPZ Installation

Required software:

If using a Mac, there are nice packages to install all of these (and more) at once.


BPZ Install

After unpacking the distribution:
tar -xvf bpz-1.99.3.tar.gz

run the following lines (or add them to your .cshrc or .mycshrc, then run  source .cshrc):

setenv HOME /home/coe (use your pathname instead!)
setenv BPZPATH {$HOME}/bpz-1.99.3
setenv PYTHONPATH {$PYTHONPATH}:{$BPZPATH}
alias bpz "python $BPZPATH/bpz.py"
setenv NUMERIX numpy

You may now wish to test your installation.