move requirements completely to README

This commit is contained in:
Yannik Schmidt
2019-03-24 15:39:13 +01:00
parent 4a327de50e
commit c73df54b7f
2 changed files with 1 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ This tool was developed to enable easy analysis of USB-Dataloggers that record h
matplotlib
codecs
dbfread
PIL
## Supported Formats

2
req.sh
View File

@@ -1,2 +0,0 @@
#!/bin/bash
python3 -m pip install matplotlib sys configparser datetime os dbfread multiprocessing tkinter PIL