Revision a24be950c8a6ded839eff2786fc77d75e15e84ef authored by Ben Lackey on 07 March 2017, 16:59:35 UTC, committed by Ian Harry on 07 March 2017, 16:59:35 UTC
1 parent 903e9ea
Raw File
install_pycbc.sh
#!/bin/bash

echo "To install PyCBC, please follow the instructions at:"
echo
echo "   http://ligo-cbc.github.io/pycbc/latest/html/install.html"
echo

exit 0
back to top