README.md 1.2 KB
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
wizardforcel 已提交
12
+ [在线阅读(Gitee)](https://apachecn.gitee.io/think-comp-2e-zh/)
W
done  
wizardforcel 已提交
13 14 15 16 17
+ [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 已提交
18 19
## 下载

W
wizardforcel 已提交
20 21 22 23 24 25 26 27
### Docker

```
docker pull apachecn0/think-comp-2e-zh
docker run -tid -p <port>:80 apachecn0/think-comp-2e-zh
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
28 29 30 31 32 33 34 35
### PYPI

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

W
wizardforcel 已提交
36 37 38 39 40 41 42 43
### NPM

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

W
done  
wizardforcel 已提交
44 45 46 47 48 49 50
## 赞助我

![](img/qr_alipay.png)

## 协议

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