python - how to install web.py on windows -


i've followed tutorial on official web.y website , i've tried running python setup.py install through command prompt keep getting error:

" "python" not recognized internal or external command "

i tried double clicking setup.py doesn't seem work either

so don't know i'm doing wrong

note i've never used command prompt before don't know it

your going need use command prompt, it's super simple don't scared. need add python path. @ tutorial: http://www.varunpant.com/posts/how-to-setup-easy_install-on-windows

then run:

easy_install web.py 

in terminal (cmd.exe) install web.py! luck!


Comments

Popular posts from this blog

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -