Axiovora-X / scripts /setup_demo_env.ps1
ZAIDX11's picture
Add files using upload-large-folder tool
19faf57 verified
param()
Write-Host "Setting up demo Python virtual environment (does not run automatically)."
Write-Host "Run the following commands in PowerShell to create and install dependencies:"
Write-Host "python -m venv .venv"
Write-Host ".\.venv\Scripts\Activate.ps1"
Write-Host "pip install -r requirements-merged.txt"