From 74c1143be634137f2be4350f9f708f266a8550e5 Mon Sep 17 00:00:00 2001 From: Garrett Bates Date: Sun, 13 Apr 2025 03:16:11 -0700 Subject: [PATCH] fix(installdashboard): add quotes around dashboard installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8317bf..3b9a0d49 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The easiest way to get started is to use the GUI web-based [dashboard](https://opensource.salesforce.com/Merlion/merlion.dashboard.html). This dashboard provides a great way to quickly experiment with many models on your own custom datasets. To use it, install Merlion with the optional ``dashboard`` dependency (i.e. -``pip install salesforce-merlion[dashboard]``), and call ``python -m merlion.dashboard`` from the command line. +``pip install "salesforce-merlion[dashboard]"``), and call ``python -m merlion.dashboard`` from the command line. You can view the dashboard at http://localhost:8050. Below, we show some screenshots of the dashboard for both anomaly detection and forecasting.