I tried to install Web2py with pip. The installation is completed successfully. But after that I don't know how to 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)
I just want to know how to use pip intall for Web2py.
Thank you very much.