From 8e22b16bd85602d9bc556d2624ebf3c469c4c243 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Sat, 28 Feb 2026 08:43:35 +0000 Subject: [PATCH] Simplify completion banner: no venv activation needed --- setup.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index fae0ce7529..07dff2090f 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -823,13 +823,8 @@ Write-Host "" Write-Host "+===============================================+" -ForegroundColor Green Write-Host "| Setup Complete! |" -ForegroundColor Green Write-Host "| |" -ForegroundColor Green -Write-Host "| IMPORTANT: Open a NEW terminal, then: |" -ForegroundColor Yellow +Write-Host "| IMPORTANT: Open a NEW terminal, then run: |" -ForegroundColor Yellow Write-Host "| |" -ForegroundColor Green -Write-Host "| cmd.exe: |" -ForegroundColor Green -Write-Host "| .venv\Scripts\activate.bat |" -ForegroundColor Green Write-Host "| unsloth-studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green Write-Host "| |" -ForegroundColor Green -Write-Host "| PowerShell: |" -ForegroundColor Green -Write-Host "| .venv\Scripts\Activate.ps1 |" -ForegroundColor Green -Write-Host "| unsloth-studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green Write-Host "+===============================================+" -ForegroundColor Green \ No newline at end of file