In order to launch SHARK-web, from the root SHARK directory, run: ## Linux ```shell IMPORTER=1 ./setup_venv.sh source shark.venv/bin/activate cd web python index.py ``` ## Windows ```shell ./setup_venv.ps1 cd web python index.py --local_tank_cache= ```