diff --git a/README.rst b/README.rst index bef2c36e..1e5d58e1 100755 --- a/README.rst +++ b/README.rst @@ -32,6 +32,14 @@ Installing pip3 install telethon +Upgrading +---------- + +.. code-block:: sh + + pip3 install telethon --upgrade + + Creating a client -----------------