From dd241bd6facbc3543133df5066d7c0277c1ae0a4 Mon Sep 17 00:00:00 2001 From: jiaxiaolei Date: Fri, 18 Aug 2017 17:00:34 +0800 Subject: [PATCH] docs(README): Make it clear and easy to read. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 410bd0b8..b410ddcf 100644 --- a/README.rst +++ b/README.rst @@ -31,13 +31,13 @@ Hello World Example 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 using any truthy string like `'y', 'yes', 't', 'true', 'on', '1'` and setting the NO_X to true will stop that features 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