the tutorial asks you to run : python3 -m pip install -r requirments.txt However the name of the file is requirements.txt So run: python3 -m pip install -r requirements.txt
the tutorial asks you to run :
python3 -m pip install -r requirments.txt
However the name of the file is requirements.txt
So run:
python3 -m pip install -r requirements.txt