************
Installation
************
space_phot works on Python 3+ and requires the
following Python packages (these should install
automatically when you install jhat):
- `numpy `_
- `matplotlib `_
- `astropy `_
- `jwst `_
- `scipy `_
- `photutils `_
- `astroquery `_
- `pandas `_
- `stsci skypac `_
Install using pip
=================
Using pip::
pip install space_phot
Install Development Version
===========================
Using git::
git clone https://github.com/jpierel14/space_phot.git
cd space_phot
python setup.py install