vscode安装python的第三方库

cmd安装pip:

1
python -m ensurepip --default-pip

vscode控制台安装库:

1
pip install 库名