Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.08 KB

syncfit

Documentation Status PyPI version

Modeling code for Radio Synchrotron SEDs that uses MCMC and the SED models from the following sources:

If you use this code, you should be citing them!

Installation

User Installation

This package is pip installable so all you need to run is

python3 -m pip install syncfit

Developer Installation

Run the following commands in a terminal (assuming git is installed)

git clone https://github.com/alexander-group/syncfit.git
cd syncfit
pip install -e .