Installation

It is highly recommended that you set up a virtual environment before installing pbjam.

Set up and activate a virtual environment

$ python -m venv /path/to/virtual/evns/pbjam_env
$ source /path/to/virtual/envs/pbjam_env/bin/activate

You can then install PBjam using pip

$ pip install pbjam --user

Or clone the GitHub repository

$ git clone https://github.com/grd349/PBjam.git
$ pip install -e .

Requirements

  • numpy

  • scipy

  • statsmodels

  • matplotlib

  • pandas

  • lightkurve

  • astropy

  • corner

  • dynesty

  • jax

  • jaxlib

  • emcee