README.md 977 字节
Newer Older
W
done  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10
# 复杂性思维 中文第二版

> 来源:[Think Complexity](http://greenteapress.com/complexity2/html/index.html)

> 译者:[飞龙](https://github.com/)

> 版本:2.5

> 自豪地采用[谷歌翻译](https://translate.google.cn/)

W
wizardforcel 已提交
11
+ [在线阅读](https://think-comp.apachecn.org)
W
done  
wizardforcel 已提交
12 13 14 15 16
+ [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)

W
wizardforcel 已提交
17 18
## 下载

W
wizardforcel 已提交
19 20 21 22 23 24 25 26
### PYPI

```
pip install think-comp-2e-zh
think-comp-2e-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
27 28 29 30 31 32 33 34
### NPM

```
npm install -g think-comp-2e-zh
think-comp-2e-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
done  
wizardforcel 已提交
35 36 37 38 39 40 41
## 赞助我

![](img/qr_alipay.png)

## 协议

[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)