Home  >  Q&A  >  body text

python - pypy怎么装包

迷茫迷茫2711 days ago303

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:55:56

    pypy and python are independent of each other. Libraries installed in python cannot be used in pypy.

    #安装pypy  pip
    wget https://bootstrap.pypa.io/get-pip.py
    
    pypy get-pip.py
    pypy -m pip install requests

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 09:55:56

    DOC

    reply
    0
  • Cancelreply