Install Guide
=============

Requirements
------------

SysIdentPy requires:

- Python (>= 3.6)
- NumPy (>= 1.5.0) for all numerical algorithms
- Matplotlib >= 1.5.2 for static plotiing and visualizations

==============   ===================
Platform         Status
==============   ===================
Linux            OK
Windows x64      OK
MacOS			 OK
==============   ===================

**SysIdentPy do not to support Python 2.7.**

A few examples require pandas >= 0.18.0. However, it is not required to use sysidentpy.

Installation
------------

The easiest way to get sysidentpy running is to install it using ``pip``   ::

    pip install sysidentpy

We will made it available at conda repository as soon as possible.
