按照下面这样做,可以像我一样,在本地看
《Problem Solving with Algorithms and Data Structures using Python》这本电子书

第一步:git clone 到本地
git clone https://github.com/RunestoneInteractive/pythonds
第二步:安装库
pip install -r requirements.txt
第三步: 生成html 文件
runestone build
will build the html and put it in ./build/pythonds
第四步:runestone serve
will start a webserver and serve the pages locally from ./build/pythonds
第五步: 在浏览器输入127.0.0.1:8000, 就可以浏览该书的内容。
