PyDev的安装
?
2、在Find中输入pydev,点击Go
?
3、点击列表中的第一项PyDev - Python IDE for Eclipse后的Install
?
4、点击Next
?
5、选择I accept the terms of the license agreements,点击Finish
?
安装过程中,如果出现Security Warning,点击OK即可
?
在弹出的窗口中,点击Select All,然后点击OK
?
安装完后,在弹出的窗口中点击Yes来重启Eclipse
?
按照下图配置Eclipse
?
在Eclipse菜单栏中选择File?> New?> Project
?
点击Next
?
按照上图进行配置后,点击Next
?
点击Finish,创建好的项目结构如下图:
选中项目,右键选择Run As?> PyDev:Django
?
浏览器中访问http://localhost:8000,出现如下图所示界面,说明运行成功:
?
PyDev官网:http://pydev.org/index.html