flask-pymongo-example icon indicating copy to clipboard operation
flask-pymongo-example copied to clipboard

Tutorial misspells requirements.txt

Open hawkiboy opened this issue 2 years ago • 0 comments

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

hawkiboy avatar Apr 19 '23 15:04 hawkiboy