From b01d905b8be8e65744bc84e66fcc38a78b09fb89 Mon Sep 17 00:00:00 2001 From: Chagara Date: Mon, 11 Jul 2016 20:36:38 -0400 Subject: [PATCH] Fixed error in pip install --- docs/installation/centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/centos.md b/docs/installation/centos.md index c36d374ab..ce01e789d 100644 --- a/docs/installation/centos.md +++ b/docs/installation/centos.md @@ -245,7 +245,7 @@ We'll set up a simple HTTP front end using [gunicorn](http://gunicorn.org/) for ``` #If python-gunicorn does show up then install with pip ``` -#sudo yum install -y gunicorn +#sudo pip install gunicorn ``` ## nginx Configuration