From 3a0ec0ecc7101642205698b267bc7eab7f9bceff52b34ba74250700768d0f8f4 Mon Sep 17 00:00:00 2001 From: Cryz Date: Thu, 24 Jul 2025 19:27:38 +0200 Subject: [PATCH] Update How To Use --- How-To-Use.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/How-To-Use.md b/How-To-Use.md index 98f0a99..91cd7a6 100644 --- a/How-To-Use.md +++ b/How-To-Use.md @@ -1,2 +1,19 @@ +**Prepare the environment** +``` python3 -m venv ~/.battle_royale -source ~/.battle_royale activate \ No newline at end of file +source ~/.battle_royale activate +pip install -r requirements/requirements.txt +``` + +**Create a debug bot** + +1. contact this bot, @BotFather and follow creation steps +2. get the token from the bot +3. `echo 'TOKEN = ""' > local_settings.py` + +**Run the Local debug** +``` +import main +main.local_debug() +``` +