python安装flask步骤

仅仅做个笔记,熟悉的人请飘过

一、管理员的形式进入命令行,pip install pipenv

       当然了,在这之前需要先把python环境装好。

image

二、进入项目文件夹,执行:pipenv install

      绑定项目

image

三、激活项目的虚拟环境,执行:pipenv shell

image

四、查看在项目里有哪些包,执行: pip list

image

五、安装flask,执行:pipenv install flask

image

猜你喜欢

转载自www.cnblogs.com/HarryChis/p/11123462.html