mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-29 00:25:04 +01:00
11 lines
192 B
Batchfile
11 lines
192 B
Batchfile
|
|
@echo off
|
||
|
|
|
||
|
|
REM activate the virtual environment
|
||
|
|
call talemate_env\Scripts\activate
|
||
|
|
|
||
|
|
REM use poetry to install dependencies
|
||
|
|
python -m poetry install
|
||
|
|
|
||
|
|
echo Virtual environment re-created.
|
||
|
|
pause
|