Installation ============ ``lightcurve-strategies`` is not yet published on PyPI. Install from a local clone of the repository. From source ----------- .. code-block:: bash git clone https://github.com//lightcurve-strategies.git cd lightcurve-strategies pip install -e . Development install ------------------- To include linting, testing, and documentation tools: .. code-block:: bash pip install -e ".[dev,docs]" Requirements ------------ - Python >= 3.11 - `jaxoplanet `_ - `Hypothesis `_ - `Astropy `_