From f72112f72308b6cfe35ee909d848786032d98bfc Mon Sep 17 00:00:00 2001 From: mtorov Date: Tue, 18 Aug 2026 12:40:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README b/README index 9948a30..5aaaedc 100644 --- a/README +++ b/README @@ -1,5 +1,14 @@ -почта бота : @@ -ключ в файле +# Клонировать репозиторий +git clone https://git.botboom.ru/mtorov/GoogleSheetAnBot.git -имя бота : @@ -его токен : @@ +# Перейти в папку проекта +cd GoogleSheetAnBot + +# Обновить pip +pip install --upgrade pip + +# Установить все зависимости одной командой +pip install aiogram==3.4.1 gspread==6.1.4 google-auth==2.37.0 python-dotenv==1.0.1 + +# Запустить бота +python bot.py \ No newline at end of file