1、在开始菜单 打开Anaconda prompt(anaconda3)
2、查看环境列表
3、进入虚拟环境
4、在虚拟换进下使用清华源安装读取excel的库 和写入excel的库
读取Excel文件的库:pip install xlrd -i https://pypi.tuna.tsinghua.edu.cn/simple
写入Excel文件的库:pip install xlwt -i https://pypi.tuna.tsinghua.edu.cn/simple
标签:cn,simple,Excel,虚拟环境,edu,pip From: https://www.cnblogs.com/holly8/p/18326653