From ea780537d9317ca28fe1bd50e6d46704c6b6daba Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 18 Mar 2025 14:19:41 +0100 Subject: [PATCH] fix venv activate path --- instructions_specifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions_specifications.md b/instructions_specifications.md index aefa3c3..dd95c51 100644 --- a/instructions_specifications.md +++ b/instructions_specifications.md @@ -6,7 +6,7 @@ create python virtual env (you might choose another name than 'myenv'): aktivate this venv (to be repeated for each session): - source myenv/activate + source myenv/bin/activate clone seweb git repository (token is valid for one year only):