how to download pip for python 3.9.1 code example
Example 1: pip python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 2: how to install dependencies python
# Use PowerShell, Bash, CMD, etc.
pip install foo-pkg
# Automatically installs dependencies!