Add windows warning message. (#1570)

This commit is contained in:
Alek Petuskey 2023-08-11 13:54:32 -07:00 committed by GitHub
parent fa1642fd6b
commit 005c7df394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -418,7 +418,7 @@ def check_initialized(frontend: bool = True):
# Print a warning for Windows users.
if IS_WINDOWS:
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."""
)