Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 18, 2025
1 parent 546d84c commit c2bd1f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@echo off
setlocal

; set "HTTPS_PROXY=http://127.0.0.1:3128"
; set "HTTP_PROXY=http://127.0.0.1:3128"
; set "PIP_PROXY=http://127.0.0.1:3128"

echo Setting up the virtual environment...
%SystemRoot%\py.exe -m venv venv || (
echo Failed to create virtual environment.
Expand Down

0 comments on commit c2bd1f8

Please sign in to comment.