In order to build and run the app you will first need to install python and the dependencies for the program. If you are on linux or mac, this can be done straight from the terminal using the package manager. If you are windows this may be possible but I suggest using the python website.
After you've installed python you will want to install pip, python's package manager, with python3 install pip.
After you've installed pip, you can install the requirements as indicated here
Once you've completed this see the rest of the README to learn how you can interact with the app
In order to build and run the app you will first need to install python and the dependencies for the program. If you are on linux or mac, this can be done straight from the terminal using the package manager. If you are windows this may be possible but I suggest using the python website.
After you've installed python you will want to install pip, python's package manager, with
python3 install pip.After you've installed pip, you can install the requirements as indicated here
Once you've completed this see the rest of the README to learn how you can interact with the app