Edit README.md
This commit is contained in:
parent
47dbbfcb75
commit
780db777af
|
|
@ -3,6 +3,11 @@
|
||||||
A simple SSE (Server Sent Event) Server written in Python
|
A simple SSE (Server Sent Event) Server written in Python
|
||||||
|
|
||||||
To test run
|
To test run
|
||||||
´´´
|
```
|
||||||
python3 SimpleSseSever.py
|
python3 SimpleSseSever.py
|
||||||
´´´
|
```
|
||||||
|
|
||||||
|
There is a requirements.txt, so you can install all dependicies:
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue