flask-pymongo-example
flask-pymongo-example copied to clipboard
Tutorial misspells 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