{% extends "documentation/doc_base.html" %} {% block title %} OQMD | Documentation - qmpy {% endblock %} {% block extrahead %} {% endblock %} {% block content %}
pip install --upgrade numpyDownload the database here.
pip install matplotlib
pip install qmpy
GRANT ALL PRIVILEGES ON *.* to '[username]'@'localhost';. Once this is done, you need to edit qmpy/db/settings.py. Set the DATABASES variable such that 'USER' is the user with permissions to access the newly installed database. {% endblock %}