Metadata-Version: 2.1
Name: pyMELTScalc
Version: 0.0.2
Summary: pyMELTScalc
Home-page: https://github.com/gleesonm1/pyMELTScalc
Author: Matthew Gleeson
Author-email: gleesonm@berkeley.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

## pyMELTScalc

Petrological calculations using the MELTS or Holland (MAGEMin) thermodynamic databases.

Before this package can be used, the Julia code used to compile and run the MAGEMin calculations must be installed. To do this:
1. Install Julia.
2. open Julia and type
a. import Pkg
b. using Pkg
c. Pkg.add(url = "https://github.com/gleesonm1/MAGEMinCalc")
d. ]
e. precompile

The alphaMELTS for Python packages will also need to be downloaded. These can be found here:
https://magmasource.caltech.edu/gitlist/MELTS_Matlab.git/



