开发者

Is there any eclipse plugin for Cherrypy?

开发者 https://www.devze.com 2023-03-08 04:19 出处:网络
Can anybody suggest me IDE for CherryPy ? Is there pl开发者_如何学JAVAugin for Eclipse ? I have installed PyDev and I have option Django but not CherryPy. Once you\'ve have PyDev configured your almos

Can anybody suggest me IDE for CherryPy ? Is there pl开发者_如何学JAVAugin for Eclipse ? I have installed PyDev and I have option Django but not CherryPy.


Once you've have PyDev configured your almost there. So far there is not a cherrypy plugin for eclipse.

Download the version of cherrypy you would like to use. Using the command line navigate to the directory cherrypy downloaded to and execute the following command:

python setup.py install

http://www.cherrypy.org/wiki/CherryPyInstall

Andrew

0

精彩评论

暂无评论...
验证码 换一张
取 消