1 pip install django
2 pip install Django
最好大写一下,因为这符合习惯,其实大不大写都一样的效果
如果有用,点击右上角采纳一下哦~有问题随时问我
要大写, https://www.runoob.com/django/django-install.html https://www.runoob.com/django/django-install.html
1、用的
2、pip3 install Django -i https://pypi.tuna.tsinghua.edu.cn/simple https://pypi.tuna.tsinghua.edu.cn/simple 指定清华镜像源,下载速度更快
3、pip3 install Django==3.0.6 -i https://pypi.tuna.tsinghua.edu.cn/simple https://pypi.tuna.tsinghua.edu.cn/simple 还可以指定Django版本
都可以,pip在处理的时候会通通转为小写字母进行处理
Django 大写时表示的一个Web框架的名字,专有名词应当大写
django 小写时表示的一个python包,在安装、卸载、导入使用时,都用小写