From 780db777af27b3b587e165bd8d2dae379797dd4c Mon Sep 17 00:00:00 2001 From: Markus Bauer Date: Tue, 18 May 2021 17:44:40 +0200 Subject: [PATCH] Edit README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +```