From cb7b3eef4118c1e2d8a0f0b499d721d97f7edce7 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Sun, 13 Aug 2023 14:33:19 +0200 Subject: [PATCH] Bootstrap.cmd fix --- bootstrap.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.cmd b/bootstrap.cmd index 56d3844..a5c8ad7 100644 --- a/bootstrap.cmd +++ b/bootstrap.cmd @@ -1,5 +1,5 @@ python3 -m venv env -.\env\bin\activate.bat +.\env\Scripts\activate.bat python3 -m pip install -r requirements.txt -echo Ready +echo Done pause