You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 4 of the Setup in the README says to run .\.venv\Scripts\Activate.ps1 to activate the python virtual environment. The standard execution policy for Windows in PowerShell is "Restricted" and doesn't allow script execution. To fix this, you need to run PowerShell in administrator mode and execute the command Set-ExecutionPolicy -ExecutionPolicy RemoteSigned.
The text was updated successfully, but these errors were encountered:
Step 4 of the Setup in the README says to run
.\.venv\Scripts\Activate.ps1
to activate the python virtual environment. The standard execution policy for Windows in PowerShell is "Restricted" and doesn't allow script execution. To fix this, you need to run PowerShell in administrator mode and execute the commandSet-ExecutionPolicy -ExecutionPolicy RemoteSigned
.The text was updated successfully, but these errors were encountered: