add new start method to readme

This commit is contained in:
Yannik Schmidt
2020-08-15 21:47:15 +02:00
parent cc26b337c2
commit a16f398396

View File

@@ -9,6 +9,8 @@ This tool was developed to enable easy analysis of USB-Dataloggers that record h
codecs codecs
dbfread dbfread
PIL PIL
PyQt5
fbs
## Supported Formats ## 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) - .csv (Comma Separated Values) (UTF-8/ASCII/Latin-1)
- Format not supported? Send me a sample file! - Format not supported? Send me a sample file!
## Run on Windows
pythonw.exe -m fbs run
## Run on Linux
fbs run
## Output ## Output
![Plot](https://media.atlantishq.de/ths-plot-example.png) ![Plot](https://media.atlantishq.de/ths-plot-example.png)