Getting Started
Setting up the Materials Project API client.
pip install mp_apigit clone https://github.com/materialsproject/api
cd api
python setup.pyfrom mp_api.client import MPRester
with MPRester("your_api_key_here") as mpr:
#do stuff with mpr...Last updated
Was this helpful?