venv activation for PowerShell (running tests)

This commit is contained in:
Tom Sadler
2025-05-23 20:06:43 +01:00
parent c7412a5174
commit 8afb2139b3

View File

@@ -91,6 +91,7 @@ Check that the project is starting properly.
Switch to the proper virtual environment
```
For cmd.exe: PyfaEnv\scripts\activate.bat
For PowerShell: PyfaEnv\Scripts\Activate.ps1
For bash: source <venv>/Scripts/activate
```