Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 370 Bytes

alertbase

This is an experimental database for ZTF's alerts.

Developing

To start, you'll need Python 3.8.

Clone the repository.

Install git-lfs so that you can download test datasets. Run git lfs install, and then git lfs checkout.

Run make dev-setup.

You're good to go! Verify the installation worked with make test.