Installation

lightcurve-strategies is not yet published on PyPI. Install from a local clone of the repository.

From source

git clone https://github.com/<your-org>/lightcurve-strategies.git
cd lightcurve-strategies
pip install -e .

Development install

To include linting, testing, and documentation tools:

pip install -e ".[dev,docs]"

Requirements