Mention telethon-sync

This commit is contained in:
Lonami Exo
2018-06-28 09:40:38 +02:00
parent 3154575ab6
commit 9bb5cfd871
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,10 @@ to interact with Telegram's API.
**If you're upgrading from Telethon pre-1.0 to 1.0, please make sure to read**
`this section of the documentation
<https://telethon.readthedocs.io/en/latest/extra/basic/asyncio-magic.html>`_.
<https://telethon.readthedocs.io/en/latest/extra/basic/asyncio-magic.html>`_,
or ``pip install telethon-sync`` which is compatible with `synchronous code
<https://github.com/LonamiWebs/Telethon/tree/sync>`_. Don't forget to remove
the asynchronous version (``pip uninstall telethon``) if you do install sync.
What is this?
-------------