diff --git a/README.md b/README.md index 9dbdc1e..64f9418 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,12 @@ Every image in the "to" field has to exist at least once as "from". Download pannellum and put pannellum folder in directory next to the python file. Run "python panoconfig.py input.txt -o pannellum/index.htm" to create index.htm with config in it. -Run python -m http.server in pannellum folder. + +## Start Webserver + +copy runWebserver.bat to pannellum folder an run. + +Or manually run python -m http.server in pannellum folder. Navigate to http://localhost:8000 + +