From e6d58ac377abf91610cc2d4aa4d430982471f78e Mon Sep 17 00:00:00 2001 From: Sufiyan Date: Thu, 6 Jun 2024 12:28:11 +0530 Subject: [PATCH] Update README, fixed venv activation commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f32dbc..0849025 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The open api contract for the services is defined in the [Specmatic Central Cont - on MacOS and Linux: ```shell - source venv/bin/activate + source .venv/bin/activate ``` - on Windows: @@ -41,13 +41,13 @@ The open api contract for the services is defined in the [Specmatic Central Cont on CMD ```cmd - .\venv\Scripts\activate.bat + .venv\Scripts\activate.bat ``` - on PowerShell + on PowerShell ( might have to change ExecutionPolicy ) ```powershell - .\venv\Scripts\activate.ps1 + .\.venv\Scripts\Activate.ps1 ``` - **Install project requirements**