Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pip install web2py

Tags:

python

pip

web2py

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.

like image 528
user1067671 Avatar asked Nov 03 '22 08:11

user1067671


1 Answers

I think I can give my answer to my own question: we don't need to install web2py, just download it and python it.

like image 191
user1067671 Avatar answered Nov 09 '22 15:11

user1067671