From 21ba9f3dd75a0ccbb53986f71fe959be9b2f579e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lohrer?= Date: Mon, 25 Mar 2024 12:59:32 +0100 Subject: [PATCH] mach schon! --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a185388..1b2227f 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,11 @@ Anleitungsvideo: # Installation ```shell py -m venv venv - .\venv\Scripts\activate #linux ./venv/bin/activate) -ยดยดยด \ No newline at end of file + + .\venv\Scripts\activate + ``` + ```shell + #linux + python -m venv venv + ./venv/bin/activate) +```