wheel

  • python 第三方库安装

    方式1 pip install 包名==版本号 方式2 方式1装不上找包对应的wheel文件   pip install 路径/wheel文件名   参考: https://www…

    python 2022年7月21日
  • python wheel文件安装包

     背景: 某些包,直接pip方式装不上,如pip3/pip install scrapy(mac,linux, windows上可能装不上)      — 这时,参照下…

    python 2022年7月21日
  • python制作wheel包

    参考链接: https://zhuanlan.zhihu.com/p/276461821?utm_source=com.sec.android.app.sbrowser&u…

    python 2022年7月8日