View/analyze comtrade oscillograms
- python-comtrade
open-iconicicons
- Download and unpack source tarball
- Install required dependencies (see below)
- Run main script:
iosc/main.py
- Download and install Python3
- Add required python packages (cmd.exe as admin):
pip install numpy chardet QCustomPlot_PyQt5
# RH-based (last rpm is hand-made):
dnf install python3-numpy python3-chardet python3-qcustomplot-pyqt5
# Debian-based:
apt install python3-numpy python3-chardet python3-pyqt5
# TODO: python3-qcustomplot-pyqt5
Required packages can be installed from correspondent repo.
(with homebrew):
brew install python3
pip3 install numpy chardet
… and install QCustomPlot_PyQt5
according to documentation.