From 3aad6ca8c26c86457f2ac2c0ea14249b161f068d Mon Sep 17 00:00:00 2001 From: mpa Date: Sun, 16 Aug 2020 03:51:02 +0400 Subject: [PATCH] chore(readme): describe steps for minimal code --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f45d0d3..42090110 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,16 @@ [![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues) [![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) -**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and as simple as. +**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
📚 Some simple code examples -First, you should obtain token for your bot from [BotFather](https://t.me/BotFather). +**Few steps, before you get started...** +- First, you should obtain token for your bot from [BotFather](https://t.me/BotFather). +- Install latest stable version of aiogram, simply running `pip install aiogram` ### Simple [`getMe`](https://core.telegram.org/bots/api#getme) request