whl file installation

The whl format is essentially a compressed package, which contains py files and compiled pyd files.
installation method:

pip install xxxx.whl

upgrade:

pip install -U xxxx.whl

Guess you like

Origin blog.csdn.net/weixin_47542175/article/details/113886735