-
Install Python: https://www.python.org/downloads/
-
Use the Python Package Manager (pip) – which should have been installed as part of installing Python – to install required dependencies:
pip3 install numpy pandas matplotlib pytz xlsxwriter
-
Clone this repository somewhere:
git clone https://github.com/kgibm/was_data_mining/
-
Run
python3
and pass a path towas.py
. For example:python3 ~/git/was_data_mining/was.py
-
Pass the
-h
option to show help documentation. -
Pass a set of files or directories to parse.
If no files or directories are specified, all files and directories in the current working directory are parsed.
- The output will be in the
was_data_mining
sub-directory in your current working directory.