docs(README): Make it clear and easy to read.
This commit is contained in:
parent
e8a9b4743b
commit
dd241bd6fa
|
@ -31,13 +31,13 @@ Hello World Example
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- ``python -m pip install sanic``
|
- ``pip install sanic``
|
||||||
|
|
||||||
To install sanic without uvloop or json using bash, you can provide either or both of these environmental variables
|
To install sanic without uvloop or json using bash, you can provide either or both of these environmental variables
|
||||||
using any truthy string like `'y', 'yes', 't', 'true', 'on', '1'` and setting the NO_X to true will stop that features
|
using any truthy string like `'y', 'yes', 't', 'true', 'on', '1'` and setting the NO_X to true will stop that features
|
||||||
installation.
|
installation.
|
||||||
|
|
||||||
- ``SANIC_NO_UVLOOP=true SANIC_NO_UJSON=true python -m pip install sanic``
|
- ``SANIC_NO_UVLOOP=true SANIC_NO_UJSON=true pip install sanic``
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user