python/环境.py

6 lines
222 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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