Mac安装Flask


https://flask.palletsprojects.com/en/2.0.x/installation/

pip install flask 后,除了会安装flask自身,还会安装它所有的依赖,查看虚拟环境中安装了哪些包:

import试一下: