First of All, u need to install python and pip, for linux distributions run:
sudo apt-get install python3 pip3
for windows, to install python use the provided installer from the official python website. Python
installing pip, follow the tutorial here:
[PIP] (https://pip.pypa.io/en/stable/installing/)
then, install the dependencies:
pip3 install -r requirements.txt