Installation ============ ZAPS is tested and supported on 64-bit systems with: - Python 3.9 or latter - Debian 12 - Windows 8.1 or later You can install ZAPS with Python's pip package manager: .. code-block:: python # install zaps pip install zaps Dependencies ------------ - `numpy`_ - `Pandas`_ - `Seaborn`_ - `matplotlib`_ - `Plotly`_ - `Statsmodels`_ - `Scipy`_ - `Scikit-learn`_ - `distfit`_ .. _numpy: https://numpy.org .. _pandas: https://pandas.pydata.org .. _seaborn: https://seaborn.pydata.org .. _matplotlib: https://matplotlib.org .. _plotly: https://plotly.com .. _statsmodels: https://www.statsmodels.org .. _scipy: https://scipy.org .. _scikit-learn: https://scikit-learn.org .. _distfit: https://erdogant.github.io/distfit