Installation#

Binary installers for the latest released version are available at the Python Package Index (PyPI):

pip install pydwca

This will install the library and the dependencies listed on requirements. This will give you a basic usage.

If you want all the available features install the optional dependencies:

pip install pydwca[full]
pip install pydwca[ui]
pip install pydwca[data]

full has all features, ui allow to see the steps of the long process and data includes the libraries for data analysis.