From c74af5def761eab9b7e37d43a8897047c5922d0d Mon Sep 17 00:00:00 2001 From: Mindy ZHAO <47046261+MindyZHAOMinzhu@users.noreply.github.com> Date: Mon, 12 Aug 2019 10:57:39 +0800 Subject: [PATCH] improve `import Bar` --- notes-week-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes-week-11.md b/notes-week-11.md index e2b19b8..2a8971f 100644 --- a/notes-week-11.md +++ b/notes-week-11.md @@ -314,7 +314,7 @@ Pyecharts is a library to generate charts using Echarts, which is an open source #### Quickstart for pyecharts -Basic usage example: (`pip install pyecharts` if you have not done so yet) +Basic usage example: (1. use `print(sys.path)`to find your packages location. 2.cd in the path, then `pip install pyecharts==v1.0.0` if you have not done so yet) ```python #you can change Bar to other kind of charts, like Line, Pie, HeatMap etc...