Skip to content

Commit

Permalink
Update README, fixed venv activation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKhan6368 committed Jun 6, 2024
1 parent a8b6b7c commit e6d58ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ 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:

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**
Expand Down

0 comments on commit e6d58ac

Please sign in to comment.