# 通往财富自由之路精细笔记 > 讲师:[李笑来](https://baike.baidu.com/item/李笑来/10966850) > > 整理人:[飞龙](https://github.com/wizardforcel) > > 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) + [在线阅读](https://wealfree.apachecn.org) + [在线阅读(Gitee)](https://apachecn.gitee.io/the-way-to-wealth-freedom-notes/) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/the-way-to-wealth-freedom-notes) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/the-way-to-wealth-freedom-notes) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/the-way-to-wealth-freedom-notes) + [代码仓库](https://github.com/it-ebooks/the-way-to-wealth-freedom-notes) ## 下载 ### Docker ``` docker pull apachecn0/the-way-to-wealth-freedom-notes docker run -tid -p :80 apachecn0/the-way-to-wealth-freedom-notes # 访问 http://localhost:{port} 查看文档 ``` ### PYPI ``` pip install the-way-to-wealth-freedom-notes the-way-to-wealth-freedom-notes # 访问 http://localhost:{port} 查看文档 ``` ### NPM ``` npm install -g the-way-to-wealth-freedom-notes the-way-to-wealth-freedom-notes # 访问 http://localhost:{port} 查看文档 ```