Installation
============
The latest version can be installed from PyPi using ``pip``:
.. code:: sh
pip install scikit-posthocs
Or from conda-forge repository using ``conda``:
.. code:: sh
conda install -c conda-forge scikit-posthocs
You can also use ``pip`` to install the development version from GitHub:
.. code:: sh
pip install git+https://github.com/maximtrp/scikit-posthocs.git
Dependencies
------------
Package is compatible with both major versions of Python and has the following dependencies:
* `NumPy `_
* `SciPy `_
* `Statsmodels `_
* `Pandas `_
* `Seaborn `_
* `Matplotlib `_
Bugs
----
Please report any bugs using issues tracker on `GitHub `_.