diff --git a/README.md b/README.md index 755affb..577e95b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ A simple SSE (Server Sent Event) Server written in Python To test run -´´´ +``` python3 SimpleSseSever.py -´´´ \ No newline at end of file +``` + +There is a requirements.txt, so you can install all dependicies: +``` +pip install -r requirements.txt +```