File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 $pip = Join-Path $venvDir ' Scripts' ' pip.exe'
6666 Write-Host " Installing Python dependencies"
67- & $pip install $root -- quiet
67+ & $pip install " $root `[dev`] " -- quiet
6868 if ($LASTEXITCODE -ne 0 ) { throw " pip install failed" }
6969
7070 Write-Host " `n === Dev Environment Setup complete ===" - ForegroundColor Green
Original file line number Diff line number Diff line change 6666
6767PIP=" $VENV_DIR /bin/pip"
6868echo " Installing Python dependencies"
69- " $PIP " install " $ROOT " --quiet
69+ " $PIP " install " $ROOT [dev] " --quiet
7070
7171echo " "
7272echo " === Dev Environment Setup complete ==="
Original file line number Diff line number Diff line change 6969
7070 $pip = Join-Path $venvDir ' Scripts' ' pip.exe'
7171 Write-Host " Installing Python dependencies"
72- & $pip install $root -- quiet
72+ & $pip install " $root `[dev`] " -- quiet
7373 if ($LASTEXITCODE -ne 0 ) { throw " pip install failed" }
7474
7575 # ── 4. Compile ─────────────────────────────────────────────────────
Original file line number Diff line number Diff line change 7171
7272PIP=" $VENV_DIR /bin/pip"
7373echo " Installing Python dependencies"
74- " $PIP " install " $ROOT " --quiet
74+ " $PIP " install " $ROOT [dev] " --quiet
7575
7676# ── 4. Compile ─────────────────────────────────────────────────────
7777echo " "
You can’t perform that action at this time.
0 commit comments