diff --git a/README.md b/README.md index 880e127..08cb6be 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,8 @@ This software handles data collection and processing for The Weather Channel's I *(If downloading this as a zip, extract to the directory of your choosing.)* +Install the requirements in ``requirements.txt`` + +``py -3 -m pip install -r requirements.txt`` + Drop your IntelliStar 2's ``MachineProductCfg.xml`` file into the root of the directory of the encoder, then run ``main.py``. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a748805 Binary files /dev/null and b/requirements.txt differ