From 101d34fd4e66fcd70c07ce258b661f8100661240 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Sun, 25 Feb 2018 15:22:50 +0800 Subject: [PATCH] =?UTF-8?q?pyecharts=20=E4=B8=8D=E5=86=8D=E5=86=85?= =?UTF-8?q?=E5=B5=8C=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71dba81a..f4a4393b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ pip install pyecharts or clone it and install it ``` -$ git clone --recursive https://github.com/pyecharts/pyecharts.git +$ git clone https://github.com/pyecharts/pyecharts.git $ cd pyecharts $ pip install -r requirements.txt $ python setup.py install