sh->powershell

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Nicolas Munnich 2024-05-23 11:12:58 +02:00 committed by GitHub
parent 118e02a937
commit 7a3a7d0aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ python -m venv .venv
</TabItem>
<TabItem value="ps">
```sh
```powershell
.venv\Scripts\Activate.ps1
```