Merge pull request #1 from ja8zyjits/ja8zyjits-patch-1-readme
Update README.rst
This commit is contained in:
commit
19b42830ea
|
@ -60,7 +60,11 @@ Installation
|
|||
|
||||
Sanic makes use of ``uvloop`` and ``ujson`` to help with performance. If you do not want to use those packages, simply add an environmental variable ``SANIC_NO_UVLOOP=true`` or ``SANIC_NO_UJSON=true`` at install time.
|
||||
|
||||
``SANIC_NO_UVLOOP=true SANIC_NO_UJSON=true pip3 install sanic``
|
||||
.. code:: shell
|
||||
|
||||
$ export SANIC_NO_UVLOOP=true
|
||||
$ export SANIC_NO_UJSON=true
|
||||
$ pip3 install sanic
|
||||
|
||||
|
||||
Hello World Example
|
||||
|
|
Loading…
Reference in New Issue
Block a user