Update README.md
This commit is contained in:
parent
7d2a59d3d5
commit
3fcaf165f0
|
@ -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.
|
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 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
|
Navigate to http://localhost:8000
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue