From ab1b6198df15a42394995f95c1d72823dd430ea5 Mon Sep 17 00:00:00 2001
From: Robin Korfmann <RobinKorfmann@Reutlingen-University.DE>
Date: Tue, 11 Mar 2025 00:39:22 +0100
Subject: [PATCH] updated Readme for anuki wrapup

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a698492..b28cfc2 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ Create a virtual Python environment for this project, e.g.
 python -m venv env
 ```
 
-Activate the create environment, e.g. (Windows command)
+Activate the create environment
 ```cmd
-.\env\Scripts\activate
+source env/bin/activate
 ```
 
 Install the needed libaries (e.g. flask and rdflib) using pip, e.g.
-- 
GitLab