Link Search Menu Expand Document

Distributing

You can generate distribution archives using the following commands:

$ python setup.py sdist bdist_wheel

This will create a source archive (tar.gz) and a built distribution (whl). You can then build the whl using the familiar pip install command:

pip install dist/*.whl

Contact Joe Robertson (joseph.robertson@nrel.gov) for more information.