Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 409 Bytes

Planet Hunters TESS Eclipsing Binary Candidate Catalog

Installation

  • After cloning the git repository, you can install all dependencies by:
# bare minimal to generate the catalog
> poetry install --no-root
# include all the extras
> poetry install -E dashboard -E vetting --no-root