From f9882fa3e45c011da0c1a480b5e934a445f3f9c3 Mon Sep 17 00:00:00 2001 From: Mohammad Zarchi Date: Fri, 15 Dec 2023 21:49:34 +0330 Subject: [PATCH] Update README.rst Add upgrade sh command --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -----------------