I am trying to install Web2py with pip. The installation is completed successfully. But how do I start the server? I know there are three apps which are 'w2p_clone', 'w2p_apps' and 'w2p_run'. I don't know how to use these three apps. And also I did not set up my virtual env for Web2py, however even I do not have virtual env I can start Web2py sever from src code (like python web2py.py)
So please tell me how can I use pip install for Web2py?