/data_viewer

data_viewer for csv files

Primary LanguagePython

data_viewer

data_viewer for csv files

一、python解释器运行

安装pip3: sudo apt-get install python3-pip 需要安装以下库: 1、pip3 install PyQt5 2、pip3 install matplotlib 3、pip3 install numpy 4、pip3 install pandas

运行:python3 ./start.py

二、可执行程序

需要预先安装python 3.8 需要添加可执行权限: chmod a+x ./data_viewer

运行:./data_viewer