We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a928981 commit 83900f3Copy full SHA for 83900f3
docs/source/intro/install.rst
@@ -47,7 +47,7 @@ Pyrogram heavily depends on IO-bound network code (it's a cloud-based messaging
47
where asyncio shines the most by providing extra performance and efficiency while running on a single OS-level thread
48
only.
49
50
-**A fully asynchronous variant of Pyrogram is therefore available** (Python 3.5.3+ required).
+**A fully asynchronous variant of Pyrogram is therefore available** (Python 3.5.3 or higher is required).
51
Use this command to install (note "asyncio.zip" in the link):
52
53
.. code-block:: text
0 commit comments