Git Overview
Prerequisites
python package manager
To know which pip version is installed
pip -V
To install a package using pip
pip install flask
To see where the package is installed
pip show flask
If you want to install multiple packages, create a requirement...
vijaycodes.hashnode.dev8 min read