Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 7, 2017
1 parent 01db535 commit 1f97aa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ pyecharts is a library to generate charts using Echarts. It simply provides the
## Installation
pyecharts works on Python2 and Python3. For more information please refer to [changelog.md](https://github.com/chenjiandongx/pyecharts/blob/master/changelog.md)

### Jupyter-Notebook
Make sure you hava installed jupyter-notebook enviroment if you want to show your charts on notebook.
How to install jupyter-notebook?
How to install it?
```
$ pip install notebook
```

### pyecharts
You can install it via pip
```
$ pip install pyecharts
Expand Down

0 comments on commit 1f97aa9

Please sign in to comment.