Commit 665fdb2d authored by born's avatar born
Browse files

Update README.md

parent fc025855
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@

## Pre-requisites
1. Active internet connection as some of the dependencies are loaded via CDNs
2. If you use _Firefox_, just open the file index.html in it
3. If you use a different browser, you need to set up a simple web server; with python for example, you just need to run "python -m SimpleHTTPServer" (python v2) or "python -m http.server" (python v3) in this directory
2. You need to set up a simple web server; with python for example, you run "python -m SimpleHTTPServer" (python v2) or "python -m http.server" (python v3) in this directory
  *  Per default, this should serve the app on port 8000 of localhost (access via 0.0.0.0:8000 or localhost:8000 in your browser)

## Notes on visualizations