Install Guide
Contents
Install Guide¶
Requirements¶
SysIdentPy requires:
Python (>= 3.7)
NumPy (>= 1.5.0) for all numerical algorithms
Scipy (>= 1.6.0)
Matplotlib >= 1.5.2 for static plotting 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.