From d0ce8ddce1de720d2cbe7a87c82cb863dec6fb58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Thu, 18 Jan 2024 10:48:53 +0100
Subject: [PATCH] note for Windows users

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

diff --git a/README.md b/README.md
index 0b32451..853face 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ To reactivate the environment
 	# to run jupyter notenook server
 	jupyter-lab
 
+Windows users must run `Scripts\activate.bat` (in cmd.exe) or `Scripts\activate.ps1` (in PowerShell) instead of `source bin/activate`.
+
 ### from conda/mamba (recommended for windows guys)
 
 
-- 
GitLab