tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Not understand how to run... any full commend #85

Closed NeoVilsonWong closed 8 years ago

NeoVilsonWong commented 8 years ago

Not understand how to run... any full commend ?

and

If you want to serve this as a webpage you will have to set up a webserver, for example:

$ cd OpenPoGoBot\web  
$ python -m SimpleHTTPServer

inside pokemongobot\web i cant see any "SimpleHTTPServer"

particle6 commented 8 years ago

SimpleHTTPServer is part of python. You should be able to run that line from within the web dir.

https://docs.python.org/2/library/simplehttpserver.html