Installing shocksgoΒΆ
You can install shocksgo with pip:
pip install shocksgo
You can install shocksgo from the source code by doing the following:
git clone https://github.com/bmorris3/shocksgo.git
cd shocksgo
python setup.py install
shocksgo requires python >=3.5, numpy, celerite, and astropy.
If you have any trouble installing shocksgo, feel free to post an issue
on GitHub.