发布时间:2017-03-22 19:45:17
sudo apt-get install python3-pipsudo pip install djangosource toaster startsudo pip3 install Django==1.8.1......【阅读全文】
发布时间:2016-09-07 11:08:41
sudo apt-get install python-tk如果是python3 sudo apt-get install python3-tk......【阅读全文】
发布时间:2016-05-30 18:05:22
我发现我的centos 7 使用 yum -y install python-pip 返回Loaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: mirrors.zju.edu.cn * extras: mirrors.yun-idc.com * updates: mirrors.yun-idc.comNo package python-pip available.Error: Not.........【阅读全文】
发布时间:2016-05-24 14:33:21
sudo apt-get install python-antlrsudo easy_install stringtemplate3 python -c 'import stringtemplate3'......【阅读全文】
发布时间:2014-04-25 10:49:58
最近要做邮箱自动登录,自动点击系统。python解析页面 就靠beautifulsoup了。下载https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.3.2.tar.gz打开命令行python setup.py install......【阅读全文】