From 80f95bdff48eb61225c3db553cd3c48437d82c1c Mon Sep 17 00:00:00 2001 From: s7v7nislands Date: Thu, 19 Mar 2015 20:32:39 +0800 Subject: [PATCH] update doc: using pip install replace using easy_install --- docs/source/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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