6 lines
67 B
Batchfile
6 lines
67 B
Batchfile
@echo off
|
|
pip install -r requirements.txt
|
|
cls
|
|
cd Bot
|
|
python bot.py
|