Skip to content

Latest commit

 

History

History

flaskexample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

EPI Gijón logo

Deploying the Flask example

  1. Create the venv:
    python3 -m venv .env
  2. Activate it
    .env\Scripts\activate
  3. Install django with pip
    pip3 install flask
  4. Deploy the server
    flask run