.. _intro: Introduction ============ Welcome to the documentation for telegram.py, an async API wrapper for the Telegram bot API in Python. .. _installation: Installation ------------ .. note:: telegram.py requires Python 3.10 or higher Install via pip: .. tab:: Unix (Mac/Linux) .. code-block:: shell python3 -m pip install telegram.py .. tab:: Windows .. code-block:: shell py -3 -m pip install telegram.py You should now have telegram.py installed! You are ready to continue.