From 5f18c1eecaa8c37514bd016fdf234e1dc3618719 Mon Sep 17 00:00:00 2001 From: hemu07 <90203539+hemu07@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:42:09 +0000 Subject: [PATCH] Update README.md --- Day-04/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Day-04/README.md b/Day-04/README.md index 381972ef..58636308 100644 --- a/Day-04/README.md +++ b/Day-04/README.md @@ -109,6 +109,9 @@ myenv\Scripts\activate # Activate the virtual environment (on macOS/Linux) source myenv/bin/activate + +#to exit from virtual environment (on windows) +deactivate ``` -Once activated, you work in an isolated workspace with its Python interpreter and library dependencies. \ No newline at end of file +Once activated, you work in an isolated workspace with its Python interpreter and library dependencies.