安装Django

映辉博客 / 2023-05-15 / 原文

方式一:
pip install django


方式二:
pip install django==2.2.22    # 加上版本号 2.2.22