tiny fix for readthedocs

This commit is contained in:
Jeff 2017-11-20 13:58:42 +08:00
parent d0c9324212
commit 07d642a354

View File

@ -11,11 +11,12 @@ To install Telethon, simply do:
``pip install telethon``
If you get something like ``"SyntaxError: invalid syntax"`` or any other error while installing, it's probably because ``pip`` defaults to Python 2, which is not supported. Use ``pip3`` instead.
If you get something like ``"SyntaxError: invalid syntax"`` or any other error while installing,
it's probably because ``pip`` defaults to Python 2, which is not supported. Use ``pip3`` instead.
If you already have the library installed, upgrade with:
``pip install --upgrade telethon``.
``pip install --upgrade telethon``
You can also install the library directly from GitHub or a fork:
@ -62,26 +63,6 @@ If neither of these are available, a pure Python callback will be used instead,
so you can still run the library wherever Python is available!
Sending Requests
*****************
.. note::
Read here: :ref:`sending-requests`
Working with updates
**********************
.. note::
Read here: :ref:`working-with-updates`
Accessing the full API
***********************
.. note::
Read here: :ref:`accessing-the-full-api`
__ https://github.com/ricmoo/pyaes
__ https://pypi.python.org/pypi/pyaes