1、pip安装国内镜像源:
pip install networkx -i https://pypi.tuna.tsinghua.edu.cn/simple
2、pip更新国内镜像源:
pip install --upgrade networkx -i https://pypi.tuna.tsinghua.edu.cn/simple
1、pip安装国内镜像源:
pip install networkx -i https://pypi.tuna.tsinghua.edu.cn/simple
2、pip更新国内镜像源:
pip install --upgrade networkx -i https://pypi.tuna.tsinghua.edu.cn/simple