how to install wheel files using command prompt code example
Example 1: how to install .whl file in windows 10
pip install C:/some-dir/some-file.whl
Example 2: python module install a whl
pip install some-package.whl
pip install C:/some-dir/some-file.whl
pip install some-package.whl