- VSCode 点击 Ctrl+Shift+`
- Windows环境输入: python -m pip install matplotlib
- 但是速度会很慢,可以通过清华的镜像 python -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
Reference:
https://code.visualstudio.com/docs/python/python-tutorial
https://blog.youkuaiyun.com/e15273/article/details/79649876