mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update doc: using pip install replace using easy_install
This commit is contained in:
parent
83be046304
commit
80f95bdff4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user