I'm very new to CherryPy. I want to know which CherryPy version is installed in my machine. How to get CherryPy version in terminal?
Thank you for educate me.
python -c "import cherrypy;print cherrypy.__version__"