Python wrappers around Julia MAGEMin_C for phase equilibria and garnet growth workflows.
Install the package in editable mode:
python -m pip install -e .After Python package installation, run the explicit Julia environment setup/check helper:
phasetools-julia-setup --checkIf MAGEMin_C is not installed yet, install it with:
phasetools-julia-setup --installYou can also run the setup helper module directly in Python code from:
If Julia itself is missing, install it from:
You can verify your Julia package setup with:
julia --version
julia -e 'using MAGEMin_C'