mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Write docs and small fixes.
This commit is contained in:
parent
23fba99d93
commit
7a55c040ee
31 changed files with 306 additions and 458 deletions
|
|
@ -15,6 +15,15 @@ From sources
|
|||
$ cd aiogram
|
||||
$ python setup.py install
|
||||
|
||||
or if you want to install development version (maybe unstable):
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://github.com/aiogram/aiogram.git
|
||||
$ cd aiogram
|
||||
$ git checkout dev-2.x
|
||||
$ python setup.py install
|
||||
|
||||
|
||||
Recommendations
|
||||
---------------
|
||||
|
|
@ -30,7 +39,6 @@ You can speedup your bots by following next instructions:
|
|||
|
||||
$ pip install uvloop
|
||||
|
||||
|
||||
- Use `ujson <https://github.com/esnme/ultrajson>`_ instead of default json module.
|
||||
|
||||
*UltraJSON* is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue