Update README.md

This commit is contained in:
interfisch 2024-09-03 17:52:19 +00:00
parent 7d2a59d3d5
commit 3fcaf165f0
1 changed files with 8 additions and 1 deletions

View File

@ -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