python - pypy怎么装包
迷茫
迷茫 2017-04-18 09:53:56
0
2
301

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
Ty80

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!