Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 2d267d5

Browse files
authored
Update README.md
moved notice, not sure what I was thinking 😶
1 parent c584a99 commit 2d267d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A [Sanic](https://github.com/channelcat/sanic) ([asynchronous](http://stackoverf
55
## Prerequisites
66
You need several packages first for all pip packages to completely install.
77

8+
NOTICE:
9+
```
10+
While I have gotten this to work on Windows with Sanic 4.1, this will not run on Windows with Sanic 5+,
11+
not by choice, but because required packages for Sanic aren't supported on Windows at this time.
12+
```
13+
814
So here is a list of packages required:
915
```
1016
python & python-dev >=3.6
@@ -38,12 +44,6 @@ MY_SETTINGS=/path/to/config_file python3 main.py
3844

3945
## Starting Server
4046

41-
NOTICE:
42-
```
43-
While I have gotten this to work on Windows with Sanic 4.1, this will not run on Windows with Sanic 5+,
44-
not by choice, but because required packages for Sanic aren't supported on Windows at this time.
45-
```
46-
4747
To start the server: `python3 run.py`
4848

4949
To access server: http://127.0.0.1:8000

0 commit comments

Comments
 (0)