美文网首页
web.py在python3下的安装

web.py在python3下的安装

作者: William_An | 来源:发表于2017-04-13 23:54 被阅读0次

2017/04/13
2017/05/29


用pip直接安装web.py时,有时会出现下载下来的web.py时适用于python2的,此时用esay_install就可以安装python3版本的web.py

easy_install web.py

OR

git clone https://github.com/webpy/webpy.git
cp `pwd`/webpy/web <yourproject dir>

相关文章

网友评论

      本文标题:web.py在python3下的安装

      本文链接:https://www.haomeiwen.com/subject/apdiattx.html