From 6b9287b07630c0853dc883bc3c7030eb2c4b468b Mon Sep 17 00:00:00 2001 From: Sudeep Mandal Date: Mon, 3 Feb 2020 11:27:56 -0500 Subject: [PATCH] Update README re: experimental support for Windows (#1778) As mentioned in #1517 , Windows support is "experimental" and does not currently support multiple workers. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index f7ba47a6..cbd53bb5 100644 --- a/README.rst +++ b/README.rst @@ -83,6 +83,9 @@ Installation If you are running on a clean install of Fedora 28 or above, please make sure you have the ``redhat-rpm-config`` package installed in case if you want to use ``sanic`` with ``ujson`` dependency. +.. note:: + + Windows support is currently "experimental" and on a best-effort basis. Multiple workers are also not currently supported on Windows (see `Issue #1517 `_), but setting ``workers=1`` should launch the server successfully. Hello World Example -------------------