User Tools

Site Tools


installing_django

Installing Django

Examples on Windows 10

pip3 install django==2.1.3

Collecting django==2.1.3

Downloading https://files.pythonhosted.org/packages/d1/e5/2676be45ea49cfd09a663f289376b3888accd57ff06c953297bfdee1fb08/Django-2.1.3-py3-none-any.whl (7.3MB)

100% |████████████████████████████████| 7.3MB 3.3MB/s

Collecting pytz (from django==2.1.3)

Downloading https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl (506kB)

100% |████████████████████████████████| 512kB 5.4MB/s

Installing collected packages: pytz, django

Successfully installed django-2.1.3 pytz-2018.7

installing_django.txt · Last modified: 2020/11/20 01:10 by 127.0.0.1