installing a library in python code example
Example 1: how to install python libraries
python -m pip install SomePackage
Example 2: pythonlibs install
sudo apt-get install python-dev
python -m pip install SomePackage
sudo apt-get install python-dev