pip install from a wheel windows code example
Example 1: linux python installation wheel
python -m pip install --upgrade pip setuptools wheel
Example 2: install python package
pip3/pip2 install <package>
python -m pip install --upgrade pip setuptools wheel
pip3/pip2 install <package>