Skip to content

Commit

Permalink
update doc: using pip install replace using easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
s7v7nislands authored and berkerpeksag committed Mar 20, 2015
1 parent 83be046 commit 80f95bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80f95bd

Please sign in to comment.