venv activation for PowerShell

This commit is contained in:
Tom Sadler
2025-05-23 19:54:46 +01:00
parent a2f17e3205
commit 2494ad8cef

View File

@@ -26,6 +26,7 @@ Activate the virtual environment
```
For cmd.exe: PyfaEnv\scripts\activate.bat
For PowerShell: PyfaEnv\Scripts\Activate.ps1
For bash: source <venv>/Scripts/activate
```
> For other OS check [Python documentation](https://docs.python.org/3/library/venv.html)