python-setuptools

Python package installation and distribution tools

brewmacoslinux
Try with needOr install directly
Source

About

Easily download, build, install, upgrade, and uninstall Python packages

Commands

easy_installeasy_install-3.12

Examples

Install a Python package using easy_install$ easy_install package_name
Upgrade an installed Python package$ easy_install --upgrade package_name
Install a package from a specific URL$ easy_install https://example.com/package-1.0.tar.gz