Installing KomPlot¶
From PyPI¶
The simplest way to install the most recent release of KomPlot from PyPI is
pip install komplot
which will install KomPlot and its primary dependencies. If the additional dependencies for the example scripts are also desired, it can instead be installed using
pip install komplot[examples]
From GitHub¶
The development version of KomPlot can be installed from the GitHub repo using
pip install git+https://github.com/bwohlberg/komplot