Revision 5c3abf98c6272939cb4c7122b2ab07a3890eed94 authored by Collin Capano on 25 May 2017, 14:59:55 UTC, committed by Christopher M. Biwer on 25 May 2017, 14:59:55 UTC
* add independent chi_p, chi_eff distribution

* add spins to distributions init
1 parent 51a1ad4
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