diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index a33d0b7c..715d4336 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -124,7 +124,7 @@ this:: $ mkdir ~/venvs/ $ virtualenv ~/venvs/webapp $ source ~/venvs/webapp/bin/activate - $ ~/venvs/webapp/bin/easy_install -U gunicorn + $ pip install gunicorn $ deactivate Then you just need to use one of the three Gunicorn scripts that was installed