Setuptools is a minor project in Python Enterprise application kit (PEAK), a set of enhancements to the Python distutilsde tool (for Python 2.3.5, 64 Bit platforms are available for Python versions above 2.4, making it easier for programmers to create and publish Python packages, especially those that are dependent on other packages.
Students who are often exposed to Python may notice that the Easy_install command may be used when a Third-party python package needs to be installed. Easy_install is a command from the Setuptools package developed by Peak (Python Enterprise application kit), so use Easy_ Install is actually calling Setuptools to complete the installation module.
The biggest advantage of Setuptools is its enhanced package management capabilities. It can use a more transparent method to find, download and install the dependency pack, and you can switch freely in multiple versions of a package, all installed on the same system, or you can declare a specific version of a package, and you can update to the latest version of a package with just one simple command. Most impressive of all, even though some of the package developers may have never considered any setuptools compatibility issues, we can still use these packages.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.