how to import pip in python code example
Example 1: install pip in python
python get-pip.py
Example 2: how to install python libraries
python -m pip install SomePackage
Example 3: how to download packages using pip
pip install package name
python get-pip.py
python -m pip install SomePackage
pip install package name