This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Installation Guide
Jayant Hegde Kageri edited this page Oct 26, 2021
·
1 revision
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.
- Get Python 3 from https://www.python.org/downloads/ (or with your package manager)
- Get pip by following the instructions at https://pip.pypa.io/en/latest/installation/
- The easiest way to install and upgrade Pyrogram to its latest stable version is by using pip:
pip3 install -U tgEasy
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'
tgEasy - Easy for a brighter Shine. A monkey pather add-on for Pyrogram
Copyright (C) 2021 Jayant Hegde Kageri <https://github.com/jayantkageri>
tgEasy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
tgEasy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with tgEasy. If not, see <http://www.gnu.org/licenses/>.