Demo page for covid-19 Infection Detector.
Install Flask Within the activated environment, use the following command to install Flask:
$ pip install Flask Flask is now installed. Check out the Quickstart or go to the Documentation Overview.
Living on the edge If you want to work with the latest Flask code before it’s released, install or update the code from the master branch:
$ pip install -U https://github.com/pallets/flask/archive/master.tar.gz
try to run: python main.py
localhost:5000
$ sudo apt-get install python-virtualenv
$ sudo yum install python-virtualenv
$ sudo pacman -S python-virtualenv If you are on Mac OS X or Windows, download get-pip.py, then:
$ sudo python2 Downloads/get-pip.py $ sudo python2 -m pip install virtualenv On Windows, as an administrator:
\Python27\python.exe Downloads\get-pip.py \Python27\python.exe -m pip install virtualenv