update doc: using pip install replace using easy_install

This commit is contained in:
s7v7nislands 2015-03-19 20:32:39 +08:00 committed by Berker Peksag
parent 83be046304
commit 80f95bdff4

View File

@ -124,7 +124,7 @@ this::
$ mkdir ~/venvs/ $ mkdir ~/venvs/
$ virtualenv ~/venvs/webapp $ virtualenv ~/venvs/webapp
$ source ~/venvs/webapp/bin/activate $ source ~/venvs/webapp/bin/activate
$ ~/venvs/webapp/bin/easy_install -U gunicorn $ pip install gunicorn
$ deactivate $ deactivate
Then you just need to use one of the three Gunicorn scripts that was installed Then you just need to use one of the three Gunicorn scripts that was installed