使用清华源快速安装Python库openpyxl
使用清华源快速安装Python库openpyxl \u003cbr\u003e 要从清华源安装openpyxl,可以按照以下步骤进行: \u003cbr\u003e 1. 打开终端或命令提示符窗口。 \u003cbr\u003e 2. 输入以下命令以使用清华源作为pip的镜像源: \u003cbr\u003e \u003ccode\u003epip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple\u003c/code\u003e \u003cbr\u003e 3. 输入以下命令以安装openpyxl: \u003cbr\u003e \u003ccode\u003epip install openpyxl\u003c/code\u003e \u003cbr\u003e 4. 等待安装完成。 \u003cbr\u003e 这样,openpyxl就会从清华源下载并安装到你的Python环境中。
原文地址: https://www.cveoy.top/t/topic/nTlj 著作权归作者所有。请勿转载和采集!