install lib python3 code example
Example 1: python3 pip install
[server]$ python3 -m pip install
Example 2: how to install python libraries
python -m pip install SomePackage
[server]$ python3 -m pip install
python -m pip install SomePackage