Prechádzať zdrojové kódy

Add windows warning message. (#1570)

Alek Petuskey 1 rok pred
rodič
commit
005c7df394
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      reflex/utils/prerequisites.py

+ 1 - 1
reflex/utils/prerequisites.py

@@ -418,7 +418,7 @@ def check_initialized(frontend: bool = True):
     # Print a warning for Windows users.
     # Print a warning for Windows users.
     if IS_WINDOWS:
     if IS_WINDOWS:
         console.warn(
         console.warn(
-            "We strongly advise using Windows Subsystem for Linux (WSL) for optimal performance with reflex."
+            """Windows Subsystem for Linux (WSL) is recommended for improving initial install times."""
         )
         )