Skip to content
Snippets Groups Projects
Unverified Commit 72547e58 authored by David M's avatar David M Committed by GitHub
Browse files

Update setup.bat

parent 6c94e259
No related branches found
No related tags found
No related merge requests found
if not exist venv (
python -m venv venv
echo Created a virtual environment
)
REM Activate the virtual environment and install requirements
call .\venv\Scripts\activate.bat
call pip install -r requirements.txt
REM Display a message and wait for user input
set /p confirm=Press Enter to start building the software...
REM Run setup.py
call python setup.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment