加载中
pip常用命令

列出已安装的包 pip freeze or pip list 导出requirements.txt pip freeze > <目录>/requirements.txt 安装包 在线安装 pip install <包名> 或 pip install -r requirements.txt # 安装1.9...

pip
2017/01/19 12:13
138
Pandas Tutorial: Data analysis with Python

Pandas Tutorial: Data analysis with Python https://www.dataquest.io/blog/pandas-python-tutorial/ Pandas in 10 minutes: http://pandas.pydata.org/pandas-docs/stable/10min.html App...

2016/12/30 11:49
121
python requests的安装与简单运用

我们用的2.10.0 http://www.zhidaow.com/post/python-requests-install-and-brief-introduction

2016/12/22 10:54
147
macOS 安装 python

环境: macOS Sierra 10.12.1 不要用mac系统自带的python, 用brew重新装一个,然后把/usr/local/bin/python指向brew目录下的python. 摘自: http://stackoverflow.com/questions/17271319/how-t...

2016/12/05 16:37
300
Ubuntu: how to md5sum (适用macOS)

sha256sum和md5sum用法一样.

2015/05/27 11:17
795
安装pip

cyper实战(就两行命令)last verified: 20170119 win7 git bash here curl -o https://bootstrap.pypa.io/get-pip.py python get-pip.py 然后把C:\Python27\Scripts加入环境变更就可以直接使...

pip
2014/06/26 14:57
150

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部