python安装simplejson

第一种
wget https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz
tar vxzf simplejson-3.16.0.tar.gz
cd simplejson-3.16.0
python setup.py install
第二种
pip install simplejson
第三种
easy_install simplejson
第四种
yum install python-simplejson -y

原文地址:https://www.cnblogs.com/sea-stream/p/10855196.html