Skip to content

Commit 83900f3

Browse files
committed
Specify that 3.5.3 or higher is required for asyncio
1 parent a928981 commit 83900f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/intro/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pyrogram heavily depends on IO-bound network code (it's a cloud-based messaging
4747
where asyncio shines the most by providing extra performance and efficiency while running on a single OS-level thread
4848
only.
4949

50-
**A fully asynchronous variant of Pyrogram is therefore available** (Python 3.5.3+ required).
50+
**A fully asynchronous variant of Pyrogram is therefore available** (Python 3.5.3 or higher is required).
5151
Use this command to install (note "asyncio.zip" in the link):
5252

5353
.. code-block:: text

0 commit comments

Comments
 (0)