Download the source at
Unfortunately, if you want to install qmpy from source, you will be responsible for ensuring that you have all of the following required packages installed.
- Django (https://www.djangoproject.com/)
- Numpy (http://www.numpy.org/)
- Scipy (http://www.scipy.org/)
- PyYAML (http://pyyaml.org/)
- python-MySQL (https://pypi.python.org/pypi/MySQL-python)
- pytest
- python-memcached
- django-extensions
- matplotlib (http://matplotlib.org/)
Warning
matplotlib is required for creating plots and figures using qmpy.
- pyflot (https://github.com/andrefsp/pyflot)
- networx (http://networkx.github.io/)
- PuLP (https://pythonhosted.org/PuLP/)
Warning
PuLP is required for performang grand canonical linear programming in qmpy.
Warning
In order for pulp to work, you must have a working linear programming package installed. PuLP provides a simple library for this, but it is up to you to make sure it is working.