Skip to content

Commit

Permalink
Merge pull request #1444 from ja8zyjits/master
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
yunstanford authored Dec 31, 2018
2 parents ff38a3c + 19b4283 commit fd5ae01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd5ae01

Please sign in to comment.