doc: fix README.rst for pip installing sanic without uvloop and ujson (#1554)
This commit is contained in:
parent
5c9ba189bc
commit
b68a7fe7ae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user