xxxxxxxxxx
def = "The Python Package Index (PyPI) is a repository of software for the Python programming language." +
"PyPI helps you find and install software developed and shared by the Python community."
# To install packages from PyPi (on terminal):
pip install -U <package name>
# You may need "python", "python3" or "py -3 -m" before it
# More info at https://pypi.org