From 2e691e9198aaf508fe8aec1241784a7485167dd7 Mon Sep 17 00:00:00 2001 From: Ben Epstein Date: Sat, 7 Dec 2024 13:30:12 -0500 Subject: [PATCH] docs bug --- .../documentation/getting_started/content/00-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solara/website/pages/documentation/getting_started/content/00-quickstart.md b/solara/website/pages/documentation/getting_started/content/00-quickstart.md index ef2a243e5..c0a4bbcd3 100644 --- a/solara/website/pages/documentation/getting_started/content/00-quickstart.md +++ b/solara/website/pages/documentation/getting_started/content/00-quickstart.md @@ -94,7 +94,7 @@ Or the more modern Jupyter lab: You can also run the script as a standalone app. This requires the extra packages `qtpy` and `PySide6` (or `PyQt6`) to be installed. ```bash -$ pip install pip install qtpy PySide6 +$ pip install qtpy PySide6 ``` Run from the command line in the same directory where you put your file (`sol.py`):