gunicorn

Python WSGI HTTP Server. More information: <https://gunicorn.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y gunicorn
Ubuntu
RUN apt-get update && \ apt-get install -y gunicorn
Arch Arch Linux
RUN pacman -S --noconfirm gunicorn
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gunicorn
CentOS
RUN yum install -y gunicorn
Fedora
RUN dnf install -y gunicorn
Raspbian
RUN apt-get update && \ apt-get install -y gunicorn
click the source code to copy install gunicorn on any operating system with command-not-found.com