From 3fcaf165f0ab71d522adf1a8f37123544cc3b331 Mon Sep 17 00:00:00 2001 From: interfisch Date: Tue, 3 Sep 2024 17:52:19 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 + +