pip install django
Collecting django
Could not fetch URL https://pypi.python.org/simple/django/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
Could not find a version that satisfies the requirement django (from versions: )
No matching distribution found for django
You are using pip version 9.0.1, however version 24.3.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.
命令行键入python -m pip install --upgrade pip安装新版pip
现在可以pip install django了
安装成功后script文件夹会有django-admin.exe