Python’s package manager is called pip, and it comes bundled with every recent version of Python. pip allows us to install packages that don’t come bundled with the Python standard library.
By default, pip searches what’s called PyPI, or the Python Package Index. This public repository contains thousands of packages written by the Python community.
Click here to learn more: realpython.com/courses/what-is-pip/
コメント