Revision 6ab8ccf2efdddd0821b14becce11ba34f1b17570 authored by Collin Capano on 19 May 2017, 18:25:46 UTC, committed by Alex Nitz on 19 May 2017, 18:25:46 UTC
1 parent 206e811
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