Skip to content

Commit

Permalink
Update: add requiremnets.txt and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Apr 5, 2019
1 parent a1dc365 commit 13ae7c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
</a>
</p>

> Note: 0.5.x 文档已经移动至 05x.pyecharts.org
## 📣 简介

[Echarts](https://github.com/ecomfe/echarts) 是一个由百度开源的数据可视化,凭借着良好的交互性,精巧的图表设计,得到了众多开发者的认可。而 Python 是一门富有表达力的语言,很适合用于数据处理。当数据分析遇上数据可视化时,[pyecharts](https://github.com/pyecharts/pyecharts) 诞生了。
Expand Down Expand Up @@ -184,7 +186,17 @@ pyecharts 主要由以下三位开发者开发维护
<img src="https://user-images.githubusercontent.com/19553554/35425853-500d6b5c-0299-11e8-80a1-ebb6629b497e.png" width="19.8%" alt="Alipay">   <img src="https://user-images.githubusercontent.com/19553554/35425854-504e716a-0299-11e8-81fc-4a511f1c47e8.png" width="20%" alt="Wechat">


如果其他开发者帮助到了您,也可以请他们喝喝咖啡 [捐赠通道](http://pyecharts.org/#/zh-cn/donate)
如果其他开发者帮助到了您,也可以请他们喝咖啡 [捐赠通道](http://pyecharts.org/#/zh-cn/donate)

## 💡 贡献

期待能有更多的开发者参与到 pyecharts 的开发中来,我们会保证尽快 Reivew PR 并且及时回复。但提交 PR 请确保

1. 通过所有单元测试,如若是新功能,请为其新增单元测试
2. 遵守开发规范,使用 black 以及 isort 格式化代码($ pip install -r requirements-dev.txt)
3. 如若需要,请更新相对应的文档

我们也非常欢迎开发者能为 pyecharts 提供更多的示例,共同来完善文档,文档项目位于 [pyecharts/website](https://github.com/pyecharts/website)

## 📃 License

Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
black==19.3b0
isort==4.3.16
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
jinja2>=2.8
prettytable
selenium

0 comments on commit 13ae7c0

Please sign in to comment.