From 9a6fe4756ee65653a483b8be6086eee800387674 Mon Sep 17 00:00:00 2001 From: Aimilia Dimitra Ktena Date: Thu, 18 Apr 2024 21:52:54 +0300 Subject: [PATCH] Fix virtual environment activation command for Windows --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c3e04c8a..a7137357 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ Steps: - Windows:: - venv\Scripts\Activate.ps1 + venv\Scripts\activate - macOS/Linux::