install python library in windows code example
Example 1: how to install python libraries
python -m pip install SomePackage
Example 2: install packages with pip from python
pip3 install
python -m pip install SomePackage
pip3 install