doc: fix README.rst for pip installing sanic without uvloop and ujson (#1554)

This commit is contained in:
7 2019-04-17 06:48:21 -07:00 committed by Stephen Sadowski
parent 5c9ba189bc
commit b68a7fe7ae

View File

@ -64,7 +64,7 @@ Installation
$ export SANIC_NO_UVLOOP=true $ export SANIC_NO_UVLOOP=true
$ export SANIC_NO_UJSON=true $ export SANIC_NO_UJSON=true
$ pip3 install sanic $ pip3 install --no-binary :all: sanic
Hello World Example Hello World Example