后台小程序开发的全方位指南
844
2022-11-01
web.py是适用于python的Web框架,功能强大而又简单
web.py is a web framework for Python that is as simple as it is powerful.
Visit http://webpy.org/ for more information.
The latest stable release 0.40 supports both Python 2.7 and Python >= 3.5. To install it, please run:
# For Python 2.7pip2 install web.py==0.40# For Python 3pip3 install web.py==0.40
You can also download it from GitHub Releases page, then install it manually:
unzip webpy-0.40.zipcd webpy-0.40/python3 setup.py install
Note: 0.40 is the last release which supports Python 2. Future releases will drop support for Python 2.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~