Fixed error in pip install

This commit is contained in:
Chagara 2016-07-11 20:36:38 -04:00
parent bf98f63fab
commit b01d905b8b

View File

@ -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