From 7b40039caee2bd75529b56ddf76be4b03fc1e0f4 Mon Sep 17 00:00:00 2001 From: "Embruch, Gerd" <gerd.embruch@uni-hamburg.de> Date: Fri, 19 Apr 2024 11:09:21 +0200 Subject: [PATCH] fixed simple type in install manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b7c7f..6dfd62c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ``` python3 -m venv .venv source .venv/bin/activate -pip install-r requirements.txt +pip install -r requirements.txt cp ./secret_key.py.template ./secret_key.py ``` -- GitLab