pip commands
pip install: to install new Python packages
pip uninstall: to uninstall them
pip list: to see what packages are install
pip show <package name>: to see more details of the package.
pip help: give help on using pip
pip install: to install new Python packages
pip uninstall: to uninstall them
pip list: to see what packages are install
pip show <package name>: to see more details of the package.
pip help: give help on using pip