Edit README.md

This commit is contained in:
Markus Bauer 2021-05-18 17:44:40 +02:00
parent 47dbbfcb75
commit 780db777af
1 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
A simple SSE (Server Sent Event) Server written in Python
To test run
´´´
```
python3 SimpleSseSever.py
´´´
```
There is a requirements.txt, so you can install all dependicies:
```
pip install -r requirements.txt
```