We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To set up this project, you must install flask.
Follow the flask python installation instructions for your specific operating system.
> mkdir myproject > cd myproject > py -3 -m venv .venv # Activate the enviroment > .venv\Scripts\activate > pip install flask
$ mkdir myproject $ cd myproject $ python3 -m venv .venv # Activate the enviroment $ . .venv/bin/activate $ pip install Flask