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() +``` +