From e55e2b9b975bf4dfe9b80dea29167242be71878d Mon Sep 17 00:00:00 2001 From: Marc Gauch <34353267+marcgauch@users.noreply.github.com> Date: Fri, 12 May 2023 16:23:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd5865..e9cfb7b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ _Works on my machine..._ python3 -m venv env ``` 1. ```bash - source env/bin/activate ` + source env/bin/activate ``` 1. ```bash pip install -r requirements.txt