5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
@REM @echo off
|
|
call .\env\Scripts\activate
|
|
python gen_word.py
|
|
pause
|