Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Installation Guide

Jayant Hegde Kageri edited this page Oct 26, 2021 · 1 revision

Installation Guide

Being a monkey patcher addon for modern Python library, tgEasy's dependencies requires Python 3.6+ to be installed in your system. We recommend using the latest versions of both Python 3 and pip.

Installing Python 3 and PIP

Installing tgEasy

  • The easiest way to install and upgrade Pyrogram to its latest stable version is by using pip:
pip3 install -U tgEasy

Verifying

To verify that tgEasy is correctly installed, open a Python shell and import it. If no error shows up you are good to go.

import tgEasy
tgEasy.__version__

'1.2.5'