Skip to content
houtianze edited this page Jul 16, 2014 · 10 revisions

Welcome to the bypy wiki! 欢迎来到bypy的wiki!

You can share your experiences, tips and gotchas here, thanks.

有啥经验交流,使用技巧,注意事项之类的就直接加到这里吧。谢谢。


Important: You need to set you system locale encoding to UTF-8 for this to work (You can refere here: http://perlgeek.de/en/article/set-up-a-clean-utf8-environment)

Important: You need to install the Python Requests library. In Debian / Ubuntu / Raspbian, you just run the following command:

sudo pip install requests

重要:想要支持中文,你要把系统的区域编码设置为UTF-8。(参见:http://perlgeek.de/en/article/set-up-a-clean-utf8-environment)

重要:你需要安装Python Requests 库. 在 Debian / Ubuntu / Raspbian 环境下,只需执行如下命令一次:

sudo pip install requests