# 复杂性思维 中文第二版 > 来源:[Think Complexity](http://greenteapress.com/complexity2/html/index.html) > 译者:[飞龙](https://github.com/) > 版本:2.5 > 自豪地采用[谷歌翻译](https://translate.google.cn/) + [在线阅读](https://think-comp.apachecn.org) + [在线阅读(Gitee)](https://apachecn.gitee.io/think-comp-2e-zh/) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/think-comp-2e) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/think-comp-2e) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/think-comp-2e) + [代码仓库](https://github.com/Kivy-CN/think-comp-2e-zh) ## 下载 ### Docker ``` docker pull apachecn0/think-comp-2e-zh docker run -tid -p :80 apachecn0/think-comp-2e-zh # 访问 http://localhost:{port} 查看文档 ``` ### PYPI ``` pip install think-comp-2e-zh think-comp-2e-zh # 访问 http://localhost:{port} 查看文档 ``` ### NPM ``` npm install -g think-comp-2e-zh think-comp-2e-zh # 访问 http://localhost:{port} 查看文档 ``` ## 赞助我 ![](img/qr_alipay.png) ## 协议 [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)