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