python/环境.py

6 lines
222 B
Python
Raw Normal View History

2025-01-08 09:17:08 +08:00
# 点击运行【安装第三方库.py】即可安装本课用到的第三方库
# 使用清华镜像源安装amzqr
import pip
pip.main(['install', 'qrcode', '--index-url', 'https://pypi.tuna.tsinghua.edu.cn/simple'])