Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install tgEasy via python pip




tgEasy - Easy for a brighter Shine, A Monkey Patcher add-on for Pyrogram, it belongs to Classifiers:

- License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Communications
- Topic :: Communications :: Chat
- Topic :: Internet

When you know about this project and you want to new install tgEasy to support your project or you get trouble as ModuleNotFoundError: No module named "tgEasy" or ImportError: cannot import name "tgEasy" in your project, let follow this tutorial to install tgEasy



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_tgEasy_env

- Active the virtual environment

test_tgEasy_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_tgEasy_env

- Active the virtual environment

source test_tgEasy_env/bin/active


Step 2: OK, now, let flow below content to start the installation tgEasy

To install tgEasy on Windows(CMD):

py -m pip install tgEasy

To install tgEasy on Unix/macOs:

pip install tgEasy


Step 3: If you want to install a specific tgEasy version, add ==<tgEasy version> to the end command line

Example:

pip install tgEasy==0.1.0


Please see the version list below table:

VersionReleased dateCommand
tgEasy 1.3.32022-04-25T10:07:02Windows:

py -m pip install tgEasy==1.3.3

Unix/macOs:

pip install tgEasy==1.3.3

tgEasy 1.3.2.12022-04-25T09:17:40Windows:

py -m pip install tgEasy==1.3.2.1

Unix/macOs:

pip install tgEasy==1.3.2.1

tgEasy 1.3.12022-01-18T16:14:43Windows:

py -m pip install tgEasy==1.3.1

Unix/macOs:

pip install tgEasy==1.3.1

tgEasy 1.3.02022-01-05T17:13:17Windows:

py -m pip install tgEasy==1.3.0

Unix/macOs:

pip install tgEasy==1.3.0

tgEasy 1.2.72021-11-19T13:59:39Windows:

py -m pip install tgEasy==1.2.7

Unix/macOs:

pip install tgEasy==1.2.7

tgEasy 1.2.62021-10-29T08:24:01Windows:

py -m pip install tgEasy==1.2.6

Unix/macOs:

pip install tgEasy==1.2.6

tgEasy 1.2.52021-10-26T13:08:16Windows:

py -m pip install tgEasy==1.2.5

Unix/macOs:

pip install tgEasy==1.2.5

tgEasy 1.2.42021-10-01T03:55:32Windows:

py -m pip install tgEasy==1.2.4

Unix/macOs:

pip install tgEasy==1.2.4

tgEasy 1.2.32021-09-29T12:33:08Windows:

py -m pip install tgEasy==1.2.3

Unix/macOs:

pip install tgEasy==1.2.3

tgEasy 1.1.32021-08-24T11:39:21Windows:

py -m pip install tgEasy==1.1.3

Unix/macOs:

pip install tgEasy==1.1.3

tgEasy 0.1.32021-08-21T09:36:47Windows:

py -m pip install tgEasy==0.1.3

Unix/macOs:

pip install tgEasy==0.1.3

tgEasy 0.1.22021-08-21T08:56:42Windows:

py -m pip install tgEasy==0.1.2

Unix/macOs:

pip install tgEasy==0.1.2

tgEasy 0.1.12021-08-21T08:46:35Windows:

py -m pip install tgEasy==0.1.1

Unix/macOs:

pip install tgEasy==0.1.1

tgEasy 0.1.02021-08-21T08:11:29Windows:

py -m pip install tgEasy==0.1.0

Unix/macOs:

pip install tgEasy==0.1.0


Step 4: Otherwise, you can install tgEasy from local archives:

Download the distribution file from tgEasy-1.3.3.tar.gz or the specific tgEasy version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tgEasy_downloaded_file>

On Unix/macOs:

pip install <path_to_tgEasy_downloaded_file>


List distribution:


Project link:

- Homepage
- Download
- Community
- Documentation
- Source
- Tracker