Update README re: experimental support for Windows (#1778)

As mentioned in #1517 , Windows support is "experimental" and does not currently support multiple workers.
This commit is contained in:
Sudeep Mandal 2020-02-03 11:27:56 -05:00 committed by GitHub
parent dac0514441
commit 6b9287b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <https://github.com/huge-success/sanic/issues/1517>`_), but setting ``workers=1`` should launch the server successfully.
Hello World Example
-------------------