What is command for activating web gunicorn app:app

what is command for activating web gunicorn app:app

in window how to activate ?

hey @ni400044 ,
You dont need to to run any command to do so .
You just need to add gunicorn in your requirements.txt file .
and create a Procfile which contains web: gunicorn app:app

You can’t do this is windows, its a linux module and hence can;t be runned in windows.