Installation¶
In order to use openbandparams, you must having a working python distribution installed. As of version 1.0 Python 3 is now fully supported. Here are a couple different ways to install openbandparams:
Download the latest release .zip or .tar.gz source package from the github page, extract its contents, and run python setup.py install from within the extracted directory (openbandparams is a pure-python library, so no compiling occurs during this installation).
Install from pypi by running pip install openbandparams from the command line.
Basic functionality has no prerequisites other than python, but several of the examples make use of numpy and matplotlib, so you may want to install them, as well.
Once you have openbandparams installed, check out the Tutorial to get acquainted.