From aecb7644bef71d6d0c536a1ac6ec5194ebb764f6 Mon Sep 17 00:00:00 2001 From: prafful Date: Mon, 15 Jul 2024 00:50:59 +0530 Subject: [PATCH] updated to ./venv --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b221db..8825639 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ The only original thing being done is the editing and gathering of all materials 2. Create and activate a virtual environment: - On **Windows**: ```sh - python -m venv venv - venv\Scripts\activate + python -m venv ./venv + .\venv\Scripts\activate ``` - On **macOS and Linux**: ```sh - python3 -m venv venv - source venv/bin/activate + python3 -m venv ./venv + source ./venv/bin/activate ``` 3. Install the required dependencies: