From 3f1e08753ec9fd4e6fe49a8f6c8ddb9c77e4aaf6 Mon Sep 17 00:00:00 2001 From: PLePort Date: Sat, 6 Dec 2025 00:31:34 -0600 Subject: [PATCH 1/3] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6248bd5f73b..98b6dd5fe5f 100644 --- a/README.rst +++ b/README.rst @@ -100,12 +100,12 @@ Installing You can install or upgrade ``python-telegram-bot`` via .. code:: shell - + Requires Python 3.10+. $ pip install python-telegram-bot --upgrade To install a pre-release, use the ``--pre`` `flag `_ in addition. -You can also install ``python-telegram-bot`` from source, though this is usually not necessary. +You can also install ``python-telegram-bot`` from source, though this is usually not necessary. Before building from source, check that Pything headers and a C compiler are installed. .. code:: shell @@ -166,8 +166,8 @@ To install multiple optional dependencies, separate them by commas, e.g. ``pip i Additionally, two shortcuts are provided: -* ``pip install "python-telegram-bot[all]"`` installs all optional dependencies. -* ``pip install "python-telegram-bot[ext]"`` installs all optional dependencies that are related to ``telegram.ext``, i.e. ``[rate-limiter, webhooks, callback-data, job-queue]``. +* ``pip install -U "python-telegram-bot[all]"`` installs all optional dependencies. +* ``pip install -U "python-telegram-bot[ext]"`` installs all optional dependencies that are related to ``telegram.ext``, i.e. ``[rate-limiter, webhooks, callback-data, job-queue]``. Working with PTB ---------------- From 37bd01f5ed6a7b07ca0f0dc160b620a0b1631a2a Mon Sep 17 00:00:00 2001 From: PLePort Date: Sat, 6 Dec 2025 00:33:38 -0600 Subject: [PATCH 2/3] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 98b6dd5fe5f..de2060da9e9 100644 --- a/README.rst +++ b/README.rst @@ -100,6 +100,7 @@ Installing You can install or upgrade ``python-telegram-bot`` via .. code:: shell + Requires Python 3.10+. $ pip install python-telegram-bot --upgrade From 2d914a03c91c4544962e25135b714cd3cf2a2094 Mon Sep 17 00:00:00 2001 From: PLePort Date: Sat, 6 Dec 2025 00:34:59 -0600 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index de2060da9e9..e917904034b 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ You can install or upgrade ``python-telegram-bot`` via .. code:: shell - Requires Python 3.10+. + #Requires Python 3.10+. $ pip install python-telegram-bot --upgrade To install a pre-release, use the ``--pre`` `flag `_ in addition.