From 6a3a33cedcf285696b956b74215ad5c68b86fe38 Mon Sep 17 00:00:00 2001 From: Lars Kruse <devel@sumpfralle.de> Date: Sun, 13 Mar 2022 20:05:33 +0100 Subject: [PATCH] docs: remove specific python version from setup description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0d7bc..afe127f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ For Production use you also need following: Create a virtual environment for your Python dependencies: ```bash -python3.8 -m venv python +python3 -m venv python ``` To activate that environment, run -- GitLab