From a16f3983966a3eb7d581a934ff2d409e3ea716ff Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 15 Aug 2020 21:47:15 +0200 Subject: [PATCH] add new start method to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c3d220..5e701b3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This tool was developed to enable easy analysis of USB-Dataloggers that record h codecs dbfread PIL + PyQt5 + fbs ## Supported Formats @@ -17,6 +19,14 @@ This tool was developed to enable easy analysis of USB-Dataloggers that record h - .csv (Comma Separated Values) (UTF-8/ASCII/Latin-1) - Format not supported? Send me a sample file! +## Run on Windows + + pythonw.exe -m fbs run + +## Run on Linux + + fbs run + ## Output ![Plot](https://media.atlantishq.de/ths-plot-example.png)