python安装包

1.直接安装wheel包

    pip3 install xxx.wheel

2.编译源码安装

    python setup.py install

你可能感兴趣的:(python安装包)