在Windows下,输入Win + R,输入cmd,进入终端
根据需要载入库,进行快速加载
如:
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
作者这里已经安装好了,这里做个示范
只有是python的依赖库 都可以用这个源。速度很快 scipy,pandas等等
想要查看是否存在依赖库
pip list
在Windows下,输入Win + R,输入cmd,进入终端
根据需要载入库,进行快速加载
如:
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
作者这里已经安装好了,这里做个示范
只有是python的依赖库 都可以用这个源。速度很快 scipy,pandas等等
想要查看是否存在依赖库
pip list