From 3c43bf2f09c1482670b65b8578a14aaee0b3caee Mon Sep 17 00:00:00 2001 From: Daniel Reintanz <85614916+FreelancerAMP@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:39:55 +0100 Subject: [PATCH 1/4] updated md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e83cc4e..dda1d1d 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,7 @@ Anleitungsvideo: # Installation ```shell py -m venv venv +``` +```shell .\venv\Scripts\activate #linux ./venv/Scripts/activate) -´´´ \ No newline at end of file +``` \ No newline at end of file From 3c725cca4f4c2551b16c13678089cebda665b4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lohrer?= Date: Mon, 25 Mar 2024 12:45:06 +0100 Subject: [PATCH 2/4] mac aktualisiert --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dda1d1d..e83cc4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,5 @@ Anleitungsvideo: # Installation ```shell py -m venv venv -``` -```shell .\venv\Scripts\activate #linux ./venv/Scripts/activate) -``` \ No newline at end of file +´´´ \ No newline at end of file From 51472a7689559057d223dee7812b35265366344b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lohrer?= Date: Mon, 25 Mar 2024 12:58:54 +0100 Subject: [PATCH 3/4] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e83cc4e..a185388 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Anleitungsvideo: # Installation ```shell py -m venv venv - .\venv\Scripts\activate #linux ./venv/Scripts/activate) + .\venv\Scripts\activate #linux ./venv/bin/activate) ´´´ \ No newline at end of file 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 4/4] 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) +```