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