File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Theme:
56
56
57
57
**Note: Compiling custom themes requires the
58
58
[libsass](https://pypi.org/project/libsass/) package**, which is not installed by
59
- default with Shiny. Use `pip install libsass` or `pip install shiny[theme]` to
59
+ default with Shiny. Use `pip install libsass` or `pip install " shiny[theme]" ` to
60
60
install it.
61
61
62
62
Customized themes are compiled to CSS when the theme is used. The `Theme` class
@@ -527,7 +527,7 @@ def check_libsass_installed() -> None:
527
527
if importlib .util .find_spec ("sass" ) is None :
528
528
raise ImportError (
529
529
"The 'libsass' package is required to compile custom themes. "
530
- " Please install it with `pip install libsass` or `pip install shiny[theme]`." ,
530
+ ' Please install it with `pip install libsass` or `pip install " shiny[theme]"`.' ,
531
531
)
532
532
533
533
You can’t perform that action at this time.
0 commit comments