Installation and Dependencies
The current release of this tool is not stable enough for a straightforward install with conda / pip. At this stage it is recommended that you clone the git repository directory for installation:
git clone https://github.com/strampelligiovanni/MCMC_analysis.git
If you would like a specific branch:
git clone https://github.com/strampelligiovanni/MCMC_analysis.git@branch
From here, it is highly recommended that you create a unique anaconda environment to hold all of the StraKLIP dependencies. This tool is not currently compatible with python 3.12
conda create -n mcmcanalysis python=3.11
conda activate mcmcanalysis
With the anaconda environment created, move to the cloned directory and install most of the dependencies:
cd where/you/installed/the/git/repo
pip install -r requirements.txt
pip install -e .