Installation

M2-TJ is available on Github and PyPI.

The easiest way of installing M2-TJ is obviously to use pip:

pip3 install M2-TJ

The PyPI repository should contain the latest stable release (as judged by the developer), it may not be the latest version thus some features may be missing. To install the latest version from Github:

git clone https://github.com/CharlesERomero/M2_TJ.git
cd M2_TJ
pip3 install .

M2_TJ depends on numpy, scipy, astropy, matplotlib, emcee, reproject, and corner