Dependencies
Recommended: create conda env from environment.yml using conda env create -f environment.yml
emcee
conda:
$ conda install -c conda-forge emcee
pip:
emceerecommends calling$ pip install -U setuptools setuptools_scm pep517 $ pip install -U emcee
emceeinstallation documentation
scipy
pip:
$ python -m pip install -U scipy
conda:
$ conda install -c conda-forge scipy
scipy installation documentation
invoke
pip:
$ python -m pip install invoke
conda:
$ conda install -c conda-forge invoke
matplotlib
conda:
$ conda install matplotlib
pip:
$ python -m pip install -U matplotlib
matplotlib installation documentation
corner
conda:
$ conda install -c astropy corner
pip:
$ python -m pip install corner
corner installation documentation
tqdm
pip:
$ python -m pip install tqdm
h5py
pip:
$ python -m pip install h5py