Tagged articles
4 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Aug 5, 2022 · Fundamentals

An Introduction to Python Package Management Tools

This article provides a comprehensive overview of Python package management tools, explaining the roles and relationships of distutils, setuptools, distribute, easy_install, and pip, and includes practical examples and commands for installing and using these tools effectively.

distutilseasy_installpackage-management
0 likes · 6 min read
An Introduction to Python Package Management Tools
MaGe Linux Operations
MaGe Linux Operations
Sep 2, 2018 · Fundamentals

Master Python Package Management: distutils, setuptools, pip & More

This article explains the relationships and differences among Python's package management tools—including distutils, setuptools, distribute, easy_install, and pip—showing how to create packages with setup.py, install them, and choose the right tool for various scenarios.

distutilspackage managementpip
0 likes · 7 min read
Master Python Package Management: distutils, setuptools, pip & More