I am following this tutorial to set up a Flask application.
I am up to the step:
pip install --editable .
When I run this I get the error:
Could not find a version that satisfies the requirement flask (from flaskr==0.0.0) (from versions: ) No matching distribution found for flask (from flaskr==0.0.0)
How do I install the application?