diff --git a/setup.py b/setup.py index ba15af50..dbdfbe7d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ raise RuntimeError('uvloop requires Python 3.8 or greater') if sys.platform in ('win32', 'cygwin', 'cli'): - raise RuntimeError('uvloop does not support Windows at the moment') + raise RuntimeError('uvloop does not support Windows at the moment, try installing winloop instead') import os import os.path