mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-15 06:12:57 +00:00
build: manual update library batch program
This commit is contained in:
parent
9a7070f436
commit
88def3f3a1
13
batch-programs/update_lib.bat
Normal file
13
batch-programs/update_lib.bat
Normal file
@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
cd..
|
||||
echo Activating Virtual environment...
|
||||
call .\venv\Scripts\activate
|
||||
|
||||
echo updating pip...
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
echo updating requirements...
|
||||
pip3 install -r requirements.txt
|
||||
ping 127.0.0.1 -n 2 > NUL
|
||||
echo requirements updated complete!
|
||||
pause
|
Loading…
Reference in New Issue
Block a user